Html Css Color HEX #0DEDCA Bright Turquoise

📋 copy color: '#0DEDCA'

red 13 ◦ green 237 ◦ blue 202

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

Shades of Bright Turquoise #0DEDCA

Tints of Bright Turquoise #0DEDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.69%

R = 2.88%
G = 52.43%
B = 44.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#0DEDCA (or 0x0DEDCA) is known color: Bright Turquoise. HEX triplet: 0D, ED and CA. RGB value is (13,237,202). Sum of RGB (Red+Green+Blue) = 13+237+202=452 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.88% from 452); Green value is 237 (92.97% from 255 or 52.43% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 237 - color contains mainly: green. Hex color #0DEDCA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEDCA is #F21235. Grayscale: #A5A5A5. Windows color (decimal): -15864374 or 13298957. OLE color: 13298957.

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

Color convert

RGB 13 237 202 -
CMYK 0.95 0 0.15 0.07
HSL 170.63º 0.9% 0.49% -
HSV(B) 170.63º 0.95% 0.93% -
XYZ 41.11 64.92 66.24 -
YUV 166.03 148.29 18.85 -
System Red Green Blue C M Y K H S L
Decimal 13 237 202 0.95 0 0.15 0.07 170.63 0.9 0.49
Hex D ED CA 5F 0 F 7 AB 5A 31
Octal 15 355 312 137 0 17 7 253 132 61
Binary 1101 11101101 11001010 1011111 0 1111 111 10101011 1011010 110001

Color Harmonies of #0DEDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEDCA

Black with #0DEDCA

Text Example


Text Example

White with #0DEDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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