Html Css Color HEX #97F8F6 Pale Turquoise

📋 copy color: '#97F8F6'

red 151 ◦ green 248 ◦ blue 246

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

Shades of Pale Turquoise #97F8F6

Tints of Pale Turquoise #97F8F6

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.45%

 BLUE value IS 246 (96.48% from 255) = 38.14%

R = 23.41%
G = 38.45%
B = 38.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#97F8F6 (or 0x97F8F6) is known color: Pale Turquoise. HEX triplet: 97, F8 and F6. RGB value is (151,248,246). Sum of RGB (Red+Green+Blue) = 151+248+246=645 (85% of max value = 765). Red value is 151 (59.38% from 255 or 23.41% from 645); Green value is 248 (97.27% from 255 or 38.45% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 248 - color contains mainly: green. Hex color #97F8F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F8F6 is #680709. Grayscale: #DADADA. Windows color (decimal): -6817546 or 16185495. OLE color: 16185495.

HSL color Cylindrical-coordinate representation of color #97F8F6: hue angle of 178.76º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97F8F6 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 151 248 246 -
CMYK 0.39 0 0.01 0.03
HSL 178.76º 0.87% 0.78% -
HSV(B) 178.76º 0.39% 0.97% -
XYZ 62.96 80.37 99.38 -
YUV 218.77 143.36 79.66 -
System Red Green Blue C M Y K H S L
Decimal 151 248 246 0.39 0 0.01 0.03 178.76 0.87 0.78
Hex 97 F8 F6 27 0 1 3 B3 57 4E
Octal 227 370 366 47 0 1 3 263 127 116
Binary 10010111 11111000 11110110 100111 0 1 11 10110011 1010111 1001110

Color Harmonies of #97F8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97F8F6

Black with #97F8F6

Text Example


Text Example

White with #97F8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,248,246); }

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

background-color css

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

 a { background-color: rgb(151,248,246); }

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

border-color css

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

 span { border-color: rgb(151,248,246); }

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