Html Css Color HEX #0DDDCE Bright Turquoise

📋 copy color: '#0DDDCE'

red 13 ◦ green 221 ◦ blue 206

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

Shades of Bright Turquoise #0DDDCE

Tints of Bright Turquoise #0DDDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.23%

 BLUE value IS 206 (80.86% from 255) = 46.82%

R = 2.95%
G = 50.23%
B = 46.82%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#0DDDCE (or 0x0DDDCE) is known color: Bright Turquoise. HEX triplet: 0D, DD and CE. RGB value is (13,221,206). Sum of RGB (Red+Green+Blue) = 13+221+206=440 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDDCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDDCE is #F22231. Grayscale: #9C9C9C. Windows color (decimal): -15868466 or 13557005. OLE color: 13557005.

HSL color Cylindrical-coordinate representation of color #0DDDCE: hue angle of 175.67º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDDCE is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 221 206 -
CMYK 0.94 0 0.07 0.13
HSL 175.67º 0.89% 0.46% -
HSV(B) 175.67º 0.94% 0.87% -
XYZ 37.16 56.25 67.29 -
YUV 157.1 155.59 25.22 -
System Red Green Blue C M Y K H S L
Decimal 13 221 206 0.94 0 0.07 0.13 175.67 0.89 0.46
Hex D DD CE 5E 0 7 D B0 59 2E
Octal 15 335 316 136 0 7 15 260 131 56
Binary 1101 11011101 11001110 1011110 0 111 1101 10110000 1011001 101110

Color Harmonies of #0DDDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDDCE

Black with #0DDDCE

Text Example


Text Example

White with #0DDDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,221,206); }

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

background-color css

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

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

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

border-color css

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

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

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