Html Css Color HEX #0DEDE4 Bright Turquoise

📋 copy color: '#0DEDE4'

red 13 ◦ green 237 ◦ blue 228

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

Shades of Bright Turquoise #0DEDE4

Tints of Bright Turquoise #0DEDE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.7%

R = 2.72%
G = 49.58%
B = 47.7%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#0DEDE4 (or 0x0DEDE4) is known color: Bright Turquoise. HEX triplet: 0D, ED and E4. RGB value is (13,237,228). Sum of RGB (Red+Green+Blue) = 13+237+228=478 (63% of max value = 765). Red value is 13 (5.47% from 255 or 2.72% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 228 (89.45% from 255 or 47.70% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #0DEDE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEDE4 is #F2121B. Grayscale: #A8A8A8. Windows color (decimal): -15864348 or 15002893. OLE color: 15002893.

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

Color convert

RGB 13 237 228 -
CMYK 0.95 0 0.04 0.07
HSL 177.59º 0.9% 0.49% -
HSV(B) 177.59º 0.95% 0.93% -
XYZ 44.45 66.26 83.84 -
YUV 169 161.29 16.73 -
System Red Green Blue C M Y K H S L
Decimal 13 237 228 0.95 0 0.04 0.07 177.59 0.9 0.49
Hex D ED E4 5F 0 4 7 B2 5A 31
Octal 15 355 344 137 0 4 7 262 132 61
Binary 1101 11101101 11100100 1011111 0 100 111 10110010 1011010 110001

Color Harmonies of #0DEDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEDE4

Black with #0DEDE4

Text Example


Text Example

White with #0DEDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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