Html Css Color HEX #00DDDE Bright Turquoise

📋 copy color: '#00DDDE'

red 0 ◦ green 221 ◦ blue 222

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

Shades of Bright Turquoise #00DDDE

Tints of Bright Turquoise #00DDDE

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 222 (87.11% from 255) = 50.11%

R = 0%
G = 49.89%
B = 50.11%

CMYK

 C value IS 1

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#00DDDE (or 0x00DDDE) is known color: Bright Turquoise. HEX triplet: 00, DD and DE. RGB value is (0,221,222). Sum of RGB (Red+Green+Blue) = 0+221+222=443 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #00DDDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DDDE is #FF2221. Grayscale: #9A9A9A. Windows color (decimal): -16720418 or 14605568. OLE color: 14605568.

HSL color Cylindrical-coordinate representation of color #00DDDE: hue angle of 180.27º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DDDE is Cyan = 1, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 221 222 -
CMYK 1 0.00 0 0.13
HSL 180.27º 1% 0.44% -
HSV(B) 180.27º 1% 0.87% -
XYZ 39.04 56.99 78.05 -
YUV 155.04 165.78 17.42 -
System Red Green Blue C M Y K H S L
Decimal 0 221 222 1 0.00 0 0.13 180.27 1 0.44
Hex 0 DD DE 64 0 0 D B4 64 2C
Octal 0 335 336 144 0 0 15 264 144 54
Binary 0 11011101 11011110 1100100 0 0 1101 10110100 1100100 101100

Color Harmonies of #00DDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DDDE

Black with #00DDDE

Text Example


Text Example

White with #00DDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00DDDE; }

 p { color: rgb(0,221,222); }

 H1.HeaderClassName
 {
   color: #00DDDE;
 }
 .AnyTagClassName
 {
   color: #00DDDE;
 }
</style>

background-color css

<style>
 a { background-color: #00DDDE; }

 a { background-color: rgb(0,221,222); }

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

border-color css

<style>
 span { border-color: #00DDDE; }

 span { border-color: rgb(0,221,222); }

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