Html Css Color HEX #00FFDF Bright Turquoise

📋 copy color: '#00FFDF'

red 0 ◦ green 255 ◦ blue 223

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

Shades of Bright Turquoise #00FFDF

Tints of Bright Turquoise #00FFDF

RGB

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

 GREEN value IS 255 (100% from 255) = 53.35%

 BLUE value IS 223 (87.5% from 255) = 46.65%

R = 0%
G = 53.35%
B = 46.65%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#00FFDF (or 0x00FFDF) is known color: Bright Turquoise. HEX triplet: 00, FF and DF. RGB value is (0,255,223). Sum of RGB (Red+Green+Blue) = 0+255+223=478 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FFDF is #FF0020. Grayscale: #AEAEAE. Windows color (decimal): -16711713 or 14679808. OLE color: 14679808.

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

Color convert

RGB 0 255 223 -
CMYK 1 0 0.13 0
HSL 172.47º 1% 0.5% -
HSV(B) 172.47º 1% 1% -
XYZ 49.08 76.85 82.06 -
YUV 175.11 155.02 3.1 -
System Red Green Blue C M Y K H S L
Decimal 0 255 223 1 0 0.13 0 172.47 1 0.5
Hex 0 FF DF 64 0 D 0 AC 64 32
Octal 0 377 337 144 0 15 0 254 144 62
Binary 0 11111111 11011111 1100100 0 1101 0 10101100 1100100 110010

Color Harmonies of #00FFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FFDF

Black with #00FFDF

Text Example


Text Example

White with #00FFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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