Html Css Color HEX #0DEDD6 Bright Turquoise

📋 copy color: '#0DEDD6'

red 13 ◦ green 237 ◦ blue 214

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

Shades of Bright Turquoise #0DEDD6

Tints of Bright Turquoise #0DEDD6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.08%

 BLUE value IS 214 (83.98% from 255) = 46.12%

R = 2.8%
G = 51.08%
B = 46.12%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#0DEDD6 (or 0x0DEDD6) is known color: Bright Turquoise. HEX triplet: 0D, ED and D6. RGB value is (13,237,214). Sum of RGB (Red+Green+Blue) = 13+237+214=464 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.80% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #0DEDD6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEDD6 is #F21229. Grayscale: #A7A7A7. Windows color (decimal): -15864362 or 14085389. OLE color: 14085389.

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

Color convert

RGB 13 237 214 -
CMYK 0.95 0 0.10 0.07
HSL 173.84º 0.9% 0.49% -
HSV(B) 173.84º 0.95% 0.93% -
XYZ 42.59 65.51 74.02 -
YUV 167.4 154.29 17.87 -
System Red Green Blue C M Y K H S L
Decimal 13 237 214 0.95 0 0.10 0.07 173.84 0.9 0.49
Hex D ED D6 5F 0 A 7 AE 5A 31
Octal 15 355 326 137 0 12 7 256 132 61
Binary 1101 11101101 11010110 1011111 0 1010 111 10101110 1011010 110001

Color Harmonies of #0DEDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEDD6

Black with #0DEDD6

Text Example


Text Example

White with #0DEDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,237,214); }

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

background-color css

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

 a { background-color: rgb(13,237,214); }

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

border-color css

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

 span { border-color: rgb(13,237,214); }

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