Html Css Color HEX #97FFED Pale Turquoise

📋 copy color: '#97FFED'

red 151 ◦ green 255 ◦ blue 237

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

Shades of Pale Turquoise #97FFED

Tints of Pale Turquoise #97FFED

RGB

 RED value IS 151 (59.38% from 255) = 23.48%

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

 BLUE value IS 237 (92.97% from 255) = 36.86%

R = 23.48%
G = 39.66%
B = 36.86%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#97FFED (or 0x97FFED) is known color: Pale Turquoise. HEX triplet: 97, FF and ED. RGB value is (151,255,237). Sum of RGB (Red+Green+Blue) = 151+255+237=643 (85% of max value = 765). Red value is 151 (59.38% from 255 or 23.48% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #97FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97FFED is #680012. Grayscale: #DDDDDD. Windows color (decimal): -6815763 or 15597463. OLE color: 15597463.

HSL color Cylindrical-coordinate representation of color #97FFED: hue angle of 169.62º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97FFED is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 151 255 237 -
CMYK 0.41 0 0.07 0
HSL 169.62º 1% 0.8% -
HSV(B) 169.62º 0.41% 1% -
XYZ 63.81 84.21 93.01 -
YUV 221.85 136.54 77.46 -
System Red Green Blue C M Y K H S L
Decimal 151 255 237 0.41 0 0.07 0 169.62 1 0.8
Hex 97 FF ED 29 0 7 0 AA 64 50
Octal 227 377 355 51 0 7 0 252 144 120
Binary 10010111 11111111 11101101 101001 0 111 0 10101010 1100100 1010000

Color Harmonies of #97FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97FFED

Black with #97FFED

Text Example


Text Example

White with #97FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97FFED; }

 p { color: rgb(151,255,237); }

 H1.HeaderClassName
 {
   color: #97FFED;
 }
 .AnyTagClassName
 {
   color: #97FFED;
 }
</style>

background-color css

<style>
 a { background-color: #97FFED; }

 a { background-color: rgb(151,255,237); }

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

border-color css

<style>
 span { border-color: #97FFED; }

 span { border-color: rgb(151,255,237); }

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