#0CE6F8

Color #0CE6F8 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #0CE6F8

Tints of Bright Turquoise #0CE6F8

Color information

#0CE6F8 (or 0x0CE6F8) is unknown color: approx Bright Turquoise. HEX triplet: 0C, E6 and F8. RGB value is (12,230,248). Sum of RGB (Red+Green+Blue) = 12+230+248=490 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.45% from 490); Green value is 230 (90.23% from 255 or 46.94% from 490); Blue value is 248 (97.27% from 255 or 50.61% from 490); Max value from RGB is 248 - color contains mainly: blue. Hex color #0CE6F8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CE6F8 is #F31907. Grayscale: #A6A6A6. Windows color (decimal): -15931656 or 16311820. OLE color: 16311820.

HSL color Cylindrical-coordinate representation of color #0CE6F8: hue angle of 184.58º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE6F8 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB12230248-
CMYK0.950.0700.03
HSL184.58º94.4%50.98%-
HSV(B)184.58º95.16%97.25%-
XYZ45.3963.4598.66-
YUV166.87173.7817.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 2.45%
GREEN value IS 230 (90.23% from 255) = 46.94%
BLUE value IS 248 (97.27% from 255) = 50.61%
R=2.45%
G=46.94%
B=50.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal122302480.950.0700.03184.5894.450.98
HexCE6F85F703b95e33
Octal1434637013770327113663
Binary110011100110111110001011111111011101110011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CE6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CE6F8; }

 p { color: rgb(12,230,248); }

 H1.HeaderClassName
 {
   color: #0CE6F8;
 }
 .AnyTagClassName
 {
   color: #0CE6F8;
 }
</style>
background-color css

<style>
 a { background-color: #0CE6F8; }

 a { background-color: rgb(12,230,248); }

 div.DivClassName
 {
   background-color: #0CE6F8;
 }
 .BgClassName
 {
   background-color: #0CE6F8;
 }
</style>
border-color css

<style>
 span { border-color: #0CE6F8; }

 span { border-color: rgb(12,230,248); }

 td.TdClassName
 {
   border-color: #0CE6F8;
 }
 .TagClassName
 {
   border-color: #0CE6F8;
 }
</style>