Html Css Color HEX #0DEDED Bright Turquoise

📋 copy color: '#0DEDED'

red 13 ◦ green 237 ◦ blue 237

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

Shades of Bright Turquoise #0DEDED

Tints of Bright Turquoise #0DEDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.67%

R = 2.67%
G = 48.67%
B = 48.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0DEDED (or 0x0DEDED) is known color: Bright Turquoise. HEX triplet: 0D, ED and ED. RGB value is (13,237,237). Sum of RGB (Red+Green+Blue) = 13+237+237=487 (64% of max value = 765). Red value is 13 (5.47% from 255 or 2.67% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #0DEDED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DEDED is #F21212. Grayscale: #A9A9A9. Windows color (decimal): -15864339 or 15592717. OLE color: 15592717.

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

Color convert

RGB 13 237 237 -
CMYK 0.95 0 0 0.07
HSL 180º 0.9% 0.49% -
HSV(B) 180º 0.95% 0.93% -
XYZ 45.74 66.77 90.6 -
YUV 170.02 165.79 16 -
System Red Green Blue C M Y K H S L
Decimal 13 237 237 0.95 0 0 0.07 180 0.9 0.49
Hex D ED ED 5F 0 0 7 B4 5A 31
Octal 15 355 355 137 0 0 7 264 132 61
Binary 1101 11101101 11101101 1011111 0 0 111 10110100 1011010 110001

Color Harmonies of #0DEDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEDED

Black with #0DEDED

Text Example


Text Example

White with #0DEDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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