Html Css Color HEX #0DEDEE Bright Turquoise

📋 copy color: '#0DEDEE'

red 13 ◦ green 237 ◦ blue 238

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

Shades of Bright Turquoise #0DEDEE

Tints of Bright Turquoise #0DEDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.77%

R = 2.66%
G = 48.57%
B = 48.77%

CMYK

 C value IS 0.95

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0DEDEE (or 0x0DEDEE) is known color: Bright Turquoise. HEX triplet: 0D, ED and EE. RGB value is (13,237,238). Sum of RGB (Red+Green+Blue) = 13+237+238=488 (64% of max value = 765). Red value is 13 (5.47% from 255 or 2.66% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #0DEDEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DEDEE is #F21211. Grayscale: #A9A9A9. Windows color (decimal): -15864338 or 15658253. OLE color: 15658253.

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

Color convert

RGB 13 237 238 -
CMYK 0.95 0.00 0 0.07
HSL 180.27º 0.9% 0.49% -
HSV(B) 180.27º 0.95% 0.93% -
XYZ 45.88 66.83 91.37 -
YUV 170.14 166.29 15.92 -
System Red Green Blue C M Y K H S L
Decimal 13 237 238 0.95 0.00 0 0.07 180.27 0.9 0.49
Hex D ED EE 5F 0 0 7 B4 5A 31
Octal 15 355 356 137 0 0 7 264 132 61
Binary 1101 11101101 11101110 1011111 0 0 111 10110100 1011010 110001

Color Harmonies of #0DEDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEDEE

Black with #0DEDEE

Text Example


Text Example

White with #0DEDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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