#0CDCE9

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

Shades of Bright Turquoise #0CDCE9

Tints of Bright Turquoise #0CDCE9

Color information

#0CDCE9 (or 0x0CDCE9) is unknown color: approx Bright Turquoise. HEX triplet: 0C, DC and E9. RGB value is (12,220,233). Sum of RGB (Red+Green+Blue) = 12+220+233=465 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.58% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 233 (91.41% from 255 or 50.11% from 465); Max value from RGB is 233 - color contains mainly: blue. Hex color #0CDCE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDCE9 is #F32316. Grayscale: #9F9F9F. Windows color (decimal): -15934231 or 15326220. OLE color: 15326220.

HSL color Cylindrical-coordinate representation of color #0CDCE9: hue angle of 183.53º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDCE9 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB12220233-
CMYK0.950.0600.09
HSL183.53º90.2%48.04%-
HSV(B)183.53º94.85%91.37%-
XYZ40.4557.1585.99-
YUV159.29169.5922.94-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.58%
GREEN value IS 220 (86.33% from 255) = 47.31%
BLUE value IS 233 (91.41% from 255) = 50.11%
R=2.58%
G=47.31%
B=50.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal122202330.950.0600.09183.5390.248.04
HexCDCE95F609b85a30
Octal14334351137601127013260
Binary11001101110011101001101111111001001101110001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CDCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,220,233); }

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

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

 a { background-color: rgb(12,220,233); }

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

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

 span { border-color: rgb(12,220,233); }

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