Html Css Color HEX #0DDDCD Bright Turquoise

📋 copy color: '#0DDDCD'

red 13 ◦ green 221 ◦ blue 205

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

Shades of Bright Turquoise #0DDDCD

Tints of Bright Turquoise #0DDDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 2.96%
G = 50.34%
B = 46.7%

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

#0DDDCD (or 0x0DDDCD) is known color: Bright Turquoise. HEX triplet: 0D, DD and CD. RGB value is (13,221,205). Sum of RGB (Red+Green+Blue) = 13+221+205=439 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.96% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDDCD is #F22232. Grayscale: #9C9C9C. Windows color (decimal): -15868467 or 13491469. OLE color: 13491469.

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

Color convert

RGB 13 221 205 -
CMYK 0.94 0 0.07 0.13
HSL 175.38º 0.89% 0.46% -
HSV(B) 175.38º 0.94% 0.87% -
XYZ 37.04 56.21 66.65 -
YUV 156.98 155.09 25.3 -
System Red Green Blue C M Y K H S L
Decimal 13 221 205 0.94 0 0.07 0.13 175.38 0.89 0.46
Hex D DD CD 5E 0 7 D AF 59 2E
Octal 15 335 315 136 0 7 15 257 131 56
Binary 1101 11011101 11001101 1011110 0 111 1101 10101111 1011001 101110

Color Harmonies of #0DDDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDDCD

Black with #0DDDCD

Text Example


Text Example

White with #0DDDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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