Html Css Color HEX #00DFDE Bright Turquoise

📋 copy color: '#00DFDE'

red 0 ◦ green 223 ◦ blue 222

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

Shades of Bright Turquoise #00DFDE

Tints of Bright Turquoise #00DFDE

RGB

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

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

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

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

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#00DFDE (or 0x00DFDE) is known color: Bright Turquoise. HEX triplet: 00, DF and DE. RGB value is (0,223,222). Sum of RGB (Red+Green+Blue) = 0+223+222=445 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DFDE is #FF2021. Grayscale: #9B9B9B. Windows color (decimal): -16719906 or 14606080. OLE color: 14606080.

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

Color convert

RGB 0 223 222 -
CMYK 1 0 0.00 0.13
HSL 179.73º 1% 0.44% -
HSV(B) 179.73º 1% 0.87% -
XYZ 39.57 58.05 78.23 -
YUV 156.21 165.12 16.58 -
System Red Green Blue C M Y K H S L
Decimal 0 223 222 1 0 0.00 0.13 179.73 1 0.44
Hex 0 DF DE 64 0 0 D B4 64 2C
Octal 0 337 336 144 0 0 15 264 144 54
Binary 0 11011111 11011110 1100100 0 0 1101 10110100 1100100 101100

Color Harmonies of #00DFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DFDE

Black with #00DFDE

Text Example


Text Example

White with #00DFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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