#00FFDF

Color #00FFDF Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #00FFDF

Tints of Bright Turquoise #00FFDF

Color information

#00FFDF (or 0x00FFDF) is unknown color: approx 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

RGB0255223-
CMYK100.130
HSL172.47º100%50%-
HSV(B)172.47º100%100%-
XYZ49.0876.8582.06-
YUV175.11155.023.1-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal0255223100.130172.4710050
Hex0FFDF640D0ac6432
Octal0377337144015025414462
Binary011111111110111111100100011010101011001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00FFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>