Html Css Color HEX #00FFD8 Bright Turquoise

📋 copy color: '#00FFD8'

red 0 ◦ green 255 ◦ blue 216

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

Shades of Bright Turquoise #00FFD8

Tints of Bright Turquoise #00FFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.86%

R = 0%
G = 54.14%
B = 45.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#00FFD8 (or 0x00FFD8) is known color: Bright Turquoise. HEX triplet: 00, FF and D8. RGB value is (0,255,216). Sum of RGB (Red+Green+Blue) = 0+255+216=471 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 216 (84.77% from 255 or 45.86% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFD8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FFD8 is #FF0027. Grayscale: #AEAEAE. Windows color (decimal): -16711720 or 14221056. OLE color: 14221056.

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

Color convert

RGB 0 255 216 -
CMYK 1 0 0.15 0
HSL 170.82º 1% 0.5% -
HSV(B) 170.82º 1% 1% -
XYZ 48.15 76.48 77.19 -
YUV 174.31 151.52 3.67 -
System Red Green Blue C M Y K H S L
Decimal 0 255 216 1 0 0.15 0 170.82 1 0.5
Hex 0 FF D8 64 0 F 0 AB 64 32
Octal 0 377 330 144 0 17 0 253 144 62
Binary 0 11111111 11011000 1100100 0 1111 0 10101011 1100100 110010

Color Harmonies of #00FFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FFD8

Black with #00FFD8

Text Example


Text Example

White with #00FFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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