Html Css Color HEX #97F6E4 Pale Turquoise

📋 copy color: '#97F6E4'

red 151 ◦ green 246 ◦ blue 228

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

Shades of Pale Turquoise #97F6E4

Tints of Pale Turquoise #97F6E4

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.36%

 BLUE value IS 228 (89.45% from 255) = 36.48%

R = 24.16%
G = 39.36%
B = 36.48%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#97F6E4 (or 0x97F6E4) is known color: Pale Turquoise. HEX triplet: 97, F6 and E4. RGB value is (151,246,228). Sum of RGB (Red+Green+Blue) = 151+246+228=625 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.16% from 625); Green value is 246 (96.48% from 255 or 39.36% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 246 - color contains mainly: green. Hex color #97F6E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F6E4 is #68091B. Grayscale: #D7D7D7. Windows color (decimal): -6818076 or 15005335. OLE color: 15005335.

HSL color Cylindrical-coordinate representation of color #97F6E4: hue angle of 168.63º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97F6E4 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 151 246 228 -
CMYK 0.39 0 0.07 0.04
HSL 168.63º 0.84% 0.78% -
HSV(B) 168.63º 0.39% 0.96% -
XYZ 59.72 78.09 85.32 -
YUV 215.54 135.03 81.96 -
System Red Green Blue C M Y K H S L
Decimal 151 246 228 0.39 0 0.07 0.04 168.63 0.84 0.78
Hex 97 F6 E4 27 0 7 4 A9 54 4E
Octal 227 366 344 47 0 7 4 251 124 116
Binary 10010111 11110110 11100100 100111 0 111 100 10101001 1010100 1001110

Color Harmonies of #97F6E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97F6E4

Black with #97F6E4

Text Example


Text Example

White with #97F6E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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