#00FFDE

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

Shades of Bright Turquoise #00FFDE

Tints of Bright Turquoise #00FFDE

Color information

#00FFDE (or 0x00FFDE) is unknown color: approx Bright Turquoise. HEX triplet: 00, FF and DE. RGB value is (0,255,222). Sum of RGB (Red+Green+Blue) = 0+255+222=477 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FFDE is #FF0021. Grayscale: #AEAEAE. Windows color (decimal): -16711714 or 14614272. OLE color: 14614272.

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

Color convert

RGB0255222-
CMYK100.130
HSL172.24º100%50%-
HSV(B)172.24º100%100%-
XYZ48.9476.7981.35-
YUV174.99154.523.18-

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.46%
BLUE value IS 222 (87.11% from 255) = 46.54%
R=0%
G=53.46%
B=46.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal0255222100.130172.2410050
Hex0FFDE640D0ac6432
Octal0377336144015025414462
Binary011111111110111101100100011010101011001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00FFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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