Html Css Color HEX #0DEEC9 Bright Turquoise

📋 copy color: '#0DEEC9'

red 13 ◦ green 238 ◦ blue 201

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

Shades of Bright Turquoise #0DEEC9

Tints of Bright Turquoise #0DEEC9

RGB

 RED value IS 13 (5.47% from 255) = 2.88%

 GREEN value IS 238 (93.36% from 255) = 52.65%

 BLUE value IS 201 (78.91% from 255) = 44.47%

R = 2.88%
G = 52.65%
B = 44.47%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#0DEEC9 (or 0x0DEEC9) is known color: Bright Turquoise. HEX triplet: 0D, EE and C9. RGB value is (13,238,201). Sum of RGB (Red+Green+Blue) = 13+238+201=452 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.88% from 452); Green value is 238 (93.36% from 255 or 52.65% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 238 - color contains mainly: green. Hex color #0DEEC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEEC9 is #F21136. Grayscale: #A6A6A6. Windows color (decimal): -15864119 or 13233677. OLE color: 13233677.

HSL color Cylindrical-coordinate representation of color #0DEEC9: hue angle of 170.13º 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 #0DEEC9 is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 13 238 201 -
CMYK 0.95 0 0.16 0.07
HSL 170.13º 0.9% 0.49% -
HSV(B) 170.13º 0.95% 0.93% -
XYZ 41.28 65.45 65.72 -
YUV 166.51 147.46 18.51 -
System Red Green Blue C M Y K H S L
Decimal 13 238 201 0.95 0 0.16 0.07 170.13 0.9 0.49
Hex D EE C9 5F 0 10 7 AA 5A 31
Octal 15 356 311 137 0 20 7 252 132 61
Binary 1101 11101110 11001001 1011111 0 10000 111 10101010 1011010 110001

Color Harmonies of #0DEEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEEC9

Black with #0DEEC9

Text Example


Text Example

White with #0DEEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,238,201); }

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

background-color css

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

 a { background-color: rgb(13,238,201); }

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

border-color css

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

 span { border-color: rgb(13,238,201); }

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