Html Css Color HEX #97FFEF Pale Turquoise

📋 copy color: '#97FFEF'

red 151 ◦ green 255 ◦ blue 239

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

Shades of Pale Turquoise #97FFEF

Tints of Pale Turquoise #97FFEF

RGB

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

 GREEN value IS 255 (100% from 255) = 39.53%

 BLUE value IS 239 (93.75% from 255) = 37.05%

R = 23.41%
G = 39.53%
B = 37.05%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#97FFEF (or 0x97FFEF) is known color: Pale Turquoise. HEX triplet: 97, FF and EF. RGB value is (151,255,239). Sum of RGB (Red+Green+Blue) = 151+255+239=645 (85% of max value = 765). Red value is 151 (59.38% from 255 or 23.41% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #97FFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97FFEF is #680010. Grayscale: #DEDEDE. Windows color (decimal): -6815761 or 15728535. OLE color: 15728535.

HSL color Cylindrical-coordinate representation of color #97FFEF: hue angle of 170.77º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97FFEF is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB 151 255 239 -
CMYK 0.41 0 0.06 0
HSL 170.77º 1% 0.8% -
HSV(B) 170.77º 0.41% 1% -
XYZ 64.1 84.33 94.56 -
YUV 222.08 137.54 77.3 -
System Red Green Blue C M Y K H S L
Decimal 151 255 239 0.41 0 0.06 0 170.77 1 0.8
Hex 97 FF EF 29 0 6 0 AB 64 50
Octal 227 377 357 51 0 6 0 253 144 120
Binary 10010111 11111111 11101111 101001 0 110 0 10101011 1100100 1010000

Color Harmonies of #97FFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97FFEF

Black with #97FFEF

Text Example


Text Example

White with #97FFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,255,239); }

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

background-color css

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

 a { background-color: rgb(151,255,239); }

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

border-color css

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

 span { border-color: rgb(151,255,239); }

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