#00FFDA

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

Shades of Bright Turquoise #00FFDA

Tints of Bright Turquoise #00FFDA

Color information

#00FFDA (or 0x00FFDA) is unknown color: approx Bright Turquoise. HEX triplet: 00, FF and DA. RGB value is (0,255,218). Sum of RGB (Red+Green+Blue) = 0+255+218=473 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FFDA is #FF0025. Grayscale: #AEAEAE. Windows color (decimal): -16711718 or 14352128. OLE color: 14352128.

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

Color convert

RGB0255218-
CMYK100.150
HSL171.29º100%50%-
HSV(B)171.29º100%100%-
XYZ48.4176.5878.56-
YUV174.54152.523.51-

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.91%
BLUE value IS 218 (85.55% from 255) = 46.09%
R=0%
G=53.91%
B=46.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal0255218100.150171.2910050
Hex0FFDA640F0ab6432
Octal0377332144017025314462
Binary011111111110110101100100011110101010111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00FFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00FFDA;
 }
 .AnyTagClassName
 {
   color: #00FFDA;
 }
</style>
background-color css

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

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

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

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

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

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