Html Css Color HEX #97FFEA Pale Turquoise

📋 copy color: '#97FFEA'

red 151 ◦ green 255 ◦ blue 234

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

Shades of Pale Turquoise #97FFEA

Tints of Pale Turquoise #97FFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.56%

R = 23.59%
G = 39.84%
B = 36.56%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#97FFEA (or 0x97FFEA) is known color: Pale Turquoise. HEX triplet: 97, FF and EA. RGB value is (151,255,234). Sum of RGB (Red+Green+Blue) = 151+255+234=640 (84% of max value = 765). Red value is 151 (59.38% from 255 or 23.59% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #97FFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97FFEA is #680015. Grayscale: #DDDDDD. Windows color (decimal): -6815766 or 15400855. OLE color: 15400855.

HSL color Cylindrical-coordinate representation of color #97FFEA: hue angle of 167.88º 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 #97FFEA is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 151 255 234 -
CMYK 0.41 0 0.08 0
HSL 167.88º 1% 0.8% -
HSV(B) 167.88º 0.41% 1% -
XYZ 63.37 84.04 90.72 -
YUV 221.51 135.04 77.71 -
System Red Green Blue C M Y K H S L
Decimal 151 255 234 0.41 0 0.08 0 167.88 1 0.8
Hex 97 FF EA 29 0 8 0 A8 64 50
Octal 227 377 352 51 0 10 0 250 144 120
Binary 10010111 11111111 11101010 101001 0 1000 0 10101000 1100100 1010000

Color Harmonies of #97FFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97FFEA

Black with #97FFEA

Text Example


Text Example

White with #97FFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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