Html Css Color HEX #0DEDCD Bright Turquoise

📋 copy color: '#0DEDCD'

red 13 ◦ green 237 ◦ blue 205

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

Shades of Bright Turquoise #0DEDCD

Tints of Bright Turquoise #0DEDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.05%

R = 2.86%
G = 52.09%
B = 45.05%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#0DEDCD (or 0x0DEDCD) is known color: Bright Turquoise. HEX triplet: 0D, ED and CD. RGB value is (13,237,205). Sum of RGB (Red+Green+Blue) = 13+237+205=455 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.86% from 455); Green value is 237 (92.97% from 255 or 52.09% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 237 - color contains mainly: green. Hex color #0DEDCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEDCD is #F21232. Grayscale: #A6A6A6. Windows color (decimal): -15864371 or 13495565. OLE color: 13495565.

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

Color convert

RGB 13 237 205 -
CMYK 0.95 0 0.14 0.07
HSL 171.43º 0.9% 0.49% -
HSV(B) 171.43º 0.95% 0.93% -
XYZ 41.47 65.06 68.13 -
YUV 166.38 149.79 18.6 -
System Red Green Blue C M Y K H S L
Decimal 13 237 205 0.95 0 0.14 0.07 171.43 0.9 0.49
Hex D ED CD 5F 0 E 7 AB 5A 31
Octal 15 355 315 137 0 16 7 253 132 61
Binary 1101 11101101 11001101 1011111 0 1110 111 10101011 1011010 110001

Color Harmonies of #0DEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEDCD

Black with #0DEDCD

Text Example


Text Example

White with #0DEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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