Html Css Color HEX #0DDDDB Bright Turquoise

📋 copy color: '#0DDDDB'

red 13 ◦ green 221 ◦ blue 219

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

Shades of Bright Turquoise #0DDDDB

Tints of Bright Turquoise #0DDDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.34%

R = 2.87%
G = 48.79%
B = 48.34%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#0DDDDB (or 0x0DDDDB) is known color: Bright Turquoise. HEX triplet: 0D, DD and DB. RGB value is (13,221,219). Sum of RGB (Red+Green+Blue) = 13+221+219=453 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.87% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDDDB is #F22224. Grayscale: #9E9E9E. Windows color (decimal): -15868453 or 14408973. OLE color: 14408973.

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

Color convert

RGB 13 221 219 -
CMYK 0.94 0 0.01 0.13
HSL 179.42º 0.89% 0.46% -
HSV(B) 179.42º 0.94% 0.87% -
XYZ 38.81 56.91 75.96 -
YUV 158.58 162.09 24.16 -
System Red Green Blue C M Y K H S L
Decimal 13 221 219 0.94 0 0.01 0.13 179.42 0.89 0.46
Hex D DD DB 5E 0 1 D B3 59 2E
Octal 15 335 333 136 0 1 15 263 131 56
Binary 1101 11011101 11011011 1011110 0 1 1101 10110011 1011001 101110

Color Harmonies of #0DDDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDDDB

Black with #0DDDDB

Text Example


Text Example

White with #0DDDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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