Html Css Color HEX #00DEDF Bright Turquoise

📋 copy color: '#00DEDF'

red 0 ◦ green 222 ◦ blue 223

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

Shades of Bright Turquoise #00DEDF

Tints of Bright Turquoise #00DEDF

RGB

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

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

 BLUE value IS 223 (87.5% 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

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

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

Color convert

RGB 0 222 223 -
CMYK 1 0.00 0 0.13
HSL 180.27º 1% 0.44% -
HSV(B) 180.27º 1% 0.87% -
XYZ 39.44 57.57 78.85 -
YUV 155.74 165.95 16.92 -
System Red Green Blue C M Y K H S L
Decimal 0 222 223 1 0.00 0 0.13 180.27 1 0.44
Hex 0 DE DF 64 0 0 D B4 64 2C
Octal 0 336 337 144 0 0 15 264 144 54
Binary 0 11011110 11011111 1100100 0 0 1101 10110100 1100100 101100

Color Harmonies of #00DEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DEDF

Black with #00DEDF

Text Example


Text Example

White with #00DEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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