Html Css Color HEX #97F4F1 Pale Turquoise

📋 copy color: '#97F4F1'

red 151 ◦ green 244 ◦ blue 241

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

Shades of Pale Turquoise #97F4F1

Tints of Pale Turquoise #97F4F1

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.36%

 BLUE value IS 241 (94.53% from 255) = 37.89%

R = 23.74%
G = 38.36%
B = 37.89%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#97F4F1 (or 0x97F4F1) is known color: Pale Turquoise. HEX triplet: 97, F4 and F1. RGB value is (151,244,241). Sum of RGB (Red+Green+Blue) = 151+244+241=636 (84% of max value = 765). Red value is 151 (59.38% from 255 or 23.74% from 636); Green value is 244 (95.70% from 255 or 38.36% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 244 - color contains mainly: green. Hex color #97F4F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F4F1 is #680B0E. Grayscale: #D7D7D7. Windows color (decimal): -6818575 or 15856791. OLE color: 15856791.

HSL color Cylindrical-coordinate representation of color #97F4F1: hue angle of 178.06º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97F4F1 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB 151 244 241 -
CMYK 0.38 0 0.01 0.04
HSL 178.06º 0.81% 0.77% -
HSV(B) 178.06º 0.38% 0.96% -
XYZ 60.99 77.63 94.99 -
YUV 215.85 142.19 81.74 -
System Red Green Blue C M Y K H S L
Decimal 151 244 241 0.38 0 0.01 0.04 178.06 0.81 0.77
Hex 97 F4 F1 26 0 1 4 B2 51 4D
Octal 227 364 361 46 0 1 4 262 121 115
Binary 10010111 11110100 11110001 100110 0 1 100 10110010 1010001 1001101

Color Harmonies of #97F4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97F4F1

Black with #97F4F1

Text Example


Text Example

White with #97F4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,244,241); }

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

background-color css

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

 a { background-color: rgb(151,244,241); }

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

border-color css

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

 span { border-color: rgb(151,244,241); }

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