Html Css Color HEX #0CD9EC Bright Turquoise

📋 copy color: '#0CD9EC'

red 12 ◦ green 217 ◦ blue 236

#0CD9EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #0CD9EC

Tints of Bright Turquoise #0CD9EC

RGB

 RED value IS 12 (5.08% from 255) = 2.58%

 GREEN value IS 217 (85.16% from 255) = 46.67%

 BLUE value IS 236 (92.58% from 255) = 50.75%

R = 2.58%
G = 46.67%
B = 50.75%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0CD9EC (or 0x0CD9EC) is known color: Bright Turquoise. HEX triplet: 0C, D9 and EC. RGB value is (12,217,236). Sum of RGB (Red+Green+Blue) = 12+217+236=465 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.58% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #0CD9EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CD9EC is #F32613. Grayscale: #9D9D9D. Windows color (decimal): -15934996 or 15522060. OLE color: 15522060.

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

Color convert

RGB 12 217 236 -
CMYK 0.95 0.08 0 0.07
HSL 185.09º 0.9% 0.49% -
HSV(B) 185.09º 0.95% 0.93% -
XYZ 40.1 55.76 88.01 -
YUV 157.87 172.08 23.96 -
System Red Green Blue C M Y K H S L
Decimal 12 217 236 0.95 0.08 0 0.07 185.09 0.9 0.49
Hex C D9 EC 5F 8 0 7 B9 5A 31
Octal 14 331 354 137 10 0 7 271 132 61
Binary 1100 11011001 11101100 1011111 1000 0 111 10111001 1011010 110001

Color Harmonies of #0CD9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD9EC

Black with #0CD9EC

Text Example


Text Example

White with #0CD9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,217,236); }

 H1.HeaderClassName
 {
   color: #0CD9EC;
 }
 .AnyTagClassName
 {
   color: #0CD9EC;
 }
</style>

background-color css

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

 a { background-color: rgb(12,217,236); }

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

border-color css

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

 span { border-color: rgb(12,217,236); }

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