Html Css Color HEX #97FAE7 Pale Turquoise

📋 copy color: '#97FAE7'

red 151 ◦ green 250 ◦ blue 231

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

Shades of Pale Turquoise #97FAE7

Tints of Pale Turquoise #97FAE7

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.56%

 BLUE value IS 231 (90.63% from 255) = 36.55%

R = 23.89%
G = 39.56%
B = 36.55%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#97FAE7 (or 0x97FAE7) is known color: Pale Turquoise. HEX triplet: 97, FA and E7. RGB value is (151,250,231). Sum of RGB (Red+Green+Blue) = 151+250+231=632 (83% of max value = 765). Red value is 151 (59.38% from 255 or 23.89% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 231 (90.62% from 255 or 36.55% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #97FAE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97FAE7 is #680518. Grayscale: #DADADA. Windows color (decimal): -6817049 or 15202967. OLE color: 15202967.

HSL color Cylindrical-coordinate representation of color #97FAE7: hue angle of 168.48º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97FAE7 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 250 231 -
CMYK 0.40 0 0.08 0.02
HSL 168.48º 0.91% 0.79% -
HSV(B) 168.48º 0.4% 0.98% -
XYZ 61.37 80.72 87.95 -
YUV 218.23 135.2 80.04 -
System Red Green Blue C M Y K H S L
Decimal 151 250 231 0.40 0 0.08 0.02 168.48 0.91 0.79
Hex 97 FA E7 28 0 8 2 A8 5B 4F
Octal 227 372 347 50 0 10 2 250 133 117
Binary 10010111 11111010 11100111 101000 0 1000 10 10101000 1011011 1001111

Color Harmonies of #97FAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97FAE7

Black with #97FAE7

Text Example


Text Example

White with #97FAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,250,231); }

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

background-color css

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

 a { background-color: rgb(151,250,231); }

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

border-color css

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

 span { border-color: rgb(151,250,231); }

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