Html Css Color HEX #0DD6ED Bright Turquoise

📋 copy color: '#0DD6ED'

red 13 ◦ green 214 ◦ blue 237

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

Shades of Bright Turquoise #0DD6ED

Tints of Bright Turquoise #0DD6ED

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.12%

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

R = 2.8%
G = 46.12%
B = 51.08%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0DD6ED (or 0x0DD6ED) is known color: Bright Turquoise. HEX triplet: 0D, D6 and ED. RGB value is (13,214,237). Sum of RGB (Red+Green+Blue) = 13+214+237=464 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.80% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #0DD6ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DD6ED is #F22912. Grayscale: #9C9C9C. Windows color (decimal): -15870227 or 15586829. OLE color: 15586829.

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

Color convert

RGB 13 214 237 -
CMYK 0.95 0.10 0 0.07
HSL 186.16º 0.9% 0.49% -
HSV(B) 186.16º 0.95% 0.93% -
XYZ 39.5 54.29 88.52 -
YUV 156.52 173.41 25.63 -
System Red Green Blue C M Y K H S L
Decimal 13 214 237 0.95 0.10 0 0.07 186.16 0.9 0.49
Hex D D6 ED 5F A 0 7 BA 5A 31
Octal 15 326 355 137 12 0 7 272 132 61
Binary 1101 11010110 11101101 1011111 1010 0 111 10111010 1011010 110001

Color Harmonies of #0DD6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD6ED

Black with #0DD6ED

Text Example


Text Example

White with #0DD6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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