Html Css Color HEX #0DD9E8 Bright Turquoise

📋 copy color: '#0DD9E8'

red 13 ◦ green 217 ◦ blue 232

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

Shades of Bright Turquoise #0DD9E8

Tints of Bright Turquoise #0DD9E8

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.97%

 BLUE value IS 232 (91.02% from 255) = 50.22%

R = 2.81%
G = 46.97%
B = 50.22%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0DD9E8 (or 0x0DD9E8) is known color: Bright Turquoise. HEX triplet: 0D, D9 and E8. RGB value is (13,217,232). Sum of RGB (Red+Green+Blue) = 13+217+232=462 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.81% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 232 (91.02% from 255 or 50.22% from 462); Max value from RGB is 232 - color contains mainly: blue. Hex color #0DD9E8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DD9E8 is #F22617. Grayscale: #9D9D9D. Windows color (decimal): -15869464 or 15259917. OLE color: 15259917.

HSL color Cylindrical-coordinate representation of color #0DD9E8: hue angle of 184.11º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD9E8 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 13 217 232 -
CMYK 0.94 0.06 0 0.09
HSL 184.11º 0.89% 0.48% -
HSV(B) 184.11º 0.94% 0.91% -
XYZ 39.54 55.54 84.98 -
YUV 157.71 169.91 24.78 -
System Red Green Blue C M Y K H S L
Decimal 13 217 232 0.94 0.06 0 0.09 184.11 0.89 0.48
Hex D D9 E8 5E 6 0 9 B8 59 30
Octal 15 331 350 136 6 0 11 270 131 60
Binary 1101 11011001 11101000 1011110 110 0 1001 10111000 1011001 110000

Color Harmonies of #0DD9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD9E8

Black with #0DD9E8

Text Example


Text Example

White with #0DD9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,217,232); }

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

background-color css

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

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

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

border-color css

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

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

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