Html Css Color HEX #97F9F1 Pale Turquoise

📋 copy color: '#97F9F1'

red 151 ◦ green 249 ◦ blue 241

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

Shades of Pale Turquoise #97F9F1

Tints of Pale Turquoise #97F9F1

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.85%

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

R = 23.56%
G = 38.85%
B = 37.6%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#97F9F1 (or 0x97F9F1) is known color: Pale Turquoise. HEX triplet: 97, F9 and F1. RGB value is (151,249,241). Sum of RGB (Red+Green+Blue) = 151+249+241=641 (84% of max value = 765). Red value is 151 (59.38% from 255 or 23.56% from 641); Green value is 249 (97.66% from 255 or 38.85% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 249 - color contains mainly: green. Hex color #97F9F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F9F1 is #68060E. Grayscale: #DADADA. Windows color (decimal): -6817295 or 15858071. OLE color: 15858071.

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

Color convert

RGB 151 249 241 -
CMYK 0.39 0 0.03 0.02
HSL 175.1º 0.89% 0.78% -
HSV(B) 175.1º 0.39% 0.98% -
XYZ 62.52 80.68 95.5 -
YUV 218.79 140.53 79.65 -
System Red Green Blue C M Y K H S L
Decimal 151 249 241 0.39 0 0.03 0.02 175.1 0.89 0.78
Hex 97 F9 F1 27 0 3 2 AF 59 4E
Octal 227 371 361 47 0 3 2 257 131 116
Binary 10010111 11111001 11110001 100111 0 11 10 10101111 1011001 1001110

Color Harmonies of #97F9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97F9F1

Black with #97F9F1

Text Example


Text Example

White with #97F9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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