Html Css Color HEX #0DEEE2 Bright Turquoise

📋 copy color: '#0DEEE2'

red 13 ◦ green 238 ◦ blue 226

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

Shades of Bright Turquoise #0DEEE2

Tints of Bright Turquoise #0DEEE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 47.38%

R = 2.73%
G = 49.9%
B = 47.38%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#0DEEE2 (or 0x0DEEE2) is known color: Bright Turquoise. HEX triplet: 0D, EE and E2. RGB value is (13,238,226). Sum of RGB (Red+Green+Blue) = 13+238+226=477 (63% of max value = 765). Red value is 13 (5.47% from 255 or 2.73% from 477); Green value is 238 (93.36% from 255 or 49.90% from 477); Blue value is 226 (88.67% from 255 or 47.38% from 477); Max value from RGB is 238 - color contains mainly: green. Hex color #0DEEE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEEE2 is #F2111D. Grayscale: #A9A9A9. Windows color (decimal): -15864094 or 14872077. OLE color: 14872077.

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

Color convert

RGB 13 238 226 -
CMYK 0.95 0 0.05 0.07
HSL 176.8º 0.9% 0.49% -
HSV(B) 176.8º 0.95% 0.93% -
XYZ 44.47 66.73 82.49 -
YUV 169.36 159.96 16.48 -
System Red Green Blue C M Y K H S L
Decimal 13 238 226 0.95 0 0.05 0.07 176.8 0.9 0.49
Hex D EE E2 5F 0 5 7 B1 5A 31
Octal 15 356 342 137 0 5 7 261 132 61
Binary 1101 11101110 11100010 1011111 0 101 111 10110001 1011010 110001

Color Harmonies of #0DEEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEEE2

Black with #0DEEE2

Text Example


Text Example

White with #0DEEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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