Html Css Color HEX #00DFDD Bright Turquoise

📋 copy color: '#00DFDD'

red 0 ◦ green 223 ◦ blue 221

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

Shades of Bright Turquoise #00DFDD

Tints of Bright Turquoise #00DFDD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 50.23%

 BLUE value IS 221 (86.72% from 255) = 49.77%

R = 0%
G = 50.23%
B = 49.77%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#00DFDD (or 0x00DFDD) is known color: Bright Turquoise. HEX triplet: 00, DF and DD. RGB value is (0,223,221). Sum of RGB (Red+Green+Blue) = 0+223+221=444 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DFDD is #FF2022. Grayscale: #9B9B9B. Windows color (decimal): -16719907 or 14540544. OLE color: 14540544.

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

Color convert

RGB 0 223 221 -
CMYK 1 0 0.01 0.13
HSL 179.46º 1% 0.44% -
HSV(B) 179.46º 1% 0.87% -
XYZ 39.44 58 77.52 -
YUV 156.1 164.62 16.66 -
System Red Green Blue C M Y K H S L
Decimal 0 223 221 1 0 0.01 0.13 179.46 1 0.44
Hex 0 DF DD 64 0 1 D B3 64 2C
Octal 0 337 335 144 0 1 15 263 144 54
Binary 0 11011111 11011101 1100100 0 1 1101 10110011 1100100 101100

Color Harmonies of #00DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DFDD

Black with #00DFDD

Text Example


Text Example

White with #00DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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