Html Css Color HEX #97FAE9 Pale Turquoise

📋 copy color: '#97FAE9'

red 151 ◦ green 250 ◦ blue 233

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

Shades of Pale Turquoise #97FAE9

Tints of Pale Turquoise #97FAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.75%

R = 23.82%
G = 39.43%
B = 36.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#97FAE9 (or 0x97FAE9) is known color: Pale Turquoise. HEX triplet: 97, FA and E9. RGB value is (151,250,233). Sum of RGB (Red+Green+Blue) = 151+250+233=634 (83% of max value = 765). Red value is 151 (59.38% from 255 or 23.82% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #97FAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97FAE9 is #680516. Grayscale: #DADADA. Windows color (decimal): -6817047 or 15334039. OLE color: 15334039.

HSL color Cylindrical-coordinate representation of color #97FAE9: hue angle of 169.7º 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 #97FAE9 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 250 233 -
CMYK 0.40 0 0.07 0.02
HSL 169.7º 0.91% 0.79% -
HSV(B) 169.7º 0.4% 0.98% -
XYZ 61.66 80.83 89.44 -
YUV 218.46 136.2 79.88 -
System Red Green Blue C M Y K H S L
Decimal 151 250 233 0.40 0 0.07 0.02 169.7 0.91 0.79
Hex 97 FA E9 28 0 7 2 AA 5B 4F
Octal 227 372 351 50 0 7 2 252 133 117
Binary 10010111 11111010 11101001 101000 0 111 10 10101010 1011011 1001111

Color Harmonies of #97FAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97FAE9

Black with #97FAE9

Text Example


Text Example

White with #97FAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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