Html Css Color HEX #00FFDE Bright Turquoise

📋 copy color: '#00FFDE'

red 0 ◦ green 255 ◦ blue 222

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

Shades of Bright Turquoise #00FFDE

Tints of Bright Turquoise #00FFDE

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 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

#00FFDE (or 0x00FFDE) is known color: 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

RGB 0 255 222 -
CMYK 1 0 0.13 0
HSL 172.24º 1% 0.5% -
HSV(B) 172.24º 1% 1% -
XYZ 48.94 76.79 81.35 -
YUV 174.99 154.52 3.18 -
System Red Green Blue C M Y K H S L
Decimal 0 255 222 1 0 0.13 0 172.24 1 0.5
Hex 0 FF DE 64 0 D 0 AC 64 32
Octal 0 377 336 144 0 15 0 254 144 62
Binary 0 11111111 11011110 1100100 0 1101 0 10101100 1100100 110010

Color Harmonies of #00FFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FFDE

Black with #00FFDE

Text Example


Text Example

White with #00FFDE

Text Example


Text Example

HTML Codes & Css Web 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>