#0CD4E6

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

Shades of Bright Turquoise #0CD4E6

Tints of Bright Turquoise #0CD4E6

Color information

#0CD4E6 (or 0x0CD4E6) is unknown color: approx Bright Turquoise. HEX triplet: 0C, D4 and E6. RGB value is (12,212,230). Sum of RGB (Red+Green+Blue) = 12+212+230=454 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.64% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 230 (90.23% from 255 or 50.66% from 454); Max value from RGB is 230 - color contains mainly: blue. Hex color #0CD4E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CD4E6 is #F32B19. Grayscale: #999999. Windows color (decimal): -15936282 or 15127564. OLE color: 15127564.

HSL color Cylindrical-coordinate representation of color #0CD4E6: hue angle of 184.95º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CD4E6 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB12212230-
CMYK0.950.0800.10
HSL184.95º90.08%47.45%-
HSV(B)184.95º94.78%90.2%-
XYZ37.9852.8883.07-
YUV154.25170.7426.54-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.64%
GREEN value IS 212 (83.20% from 255) = 46.70%
BLUE value IS 230 (90.23% from 255) = 50.66%
R=2.64%
G=46.70%
B=50.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal122122300.950.0800.10184.9590.0847.45
HexCD4E65F80Ab95a2f
Octal143243461371001227113257
Binary110011010100111001101011111100001010101110011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CD4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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