Html Css Color HEX #97FBEA Pale Turquoise

📋 copy color: '#97FBEA'

red 151 ◦ green 251 ◦ blue 234

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

Shades of Pale Turquoise #97FBEA

Tints of Pale Turquoise #97FBEA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.47%

 BLUE value IS 234 (91.8% from 255) = 36.79%

R = 23.74%
G = 39.47%
B = 36.79%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#97FBEA (or 0x97FBEA) is known color: Pale Turquoise. HEX triplet: 97, FB and EA. RGB value is (151,251,234). Sum of RGB (Red+Green+Blue) = 151+251+234=636 (84% of max value = 765). Red value is 151 (59.38% from 255 or 23.74% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #97FBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97FBEA is #680415. Grayscale: #DBDBDB. Windows color (decimal): -6816790 or 15399831. OLE color: 15399831.

HSL color Cylindrical-coordinate representation of color #97FBEA: hue angle of 169.8º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97FBEA is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 251 234 -
CMYK 0.40 0 0.07 0.02
HSL 169.8º 0.93% 0.79% -
HSV(B) 169.8º 0.4% 0.98% -
XYZ 62.11 81.51 90.3 -
YUV 219.16 136.37 79.38 -
System Red Green Blue C M Y K H S L
Decimal 151 251 234 0.40 0 0.07 0.02 169.8 0.93 0.79
Hex 97 FB EA 28 0 7 2 AA 5D 4F
Octal 227 373 352 50 0 7 2 252 135 117
Binary 10010111 11111011 11101010 101000 0 111 10 10101010 1011101 1001111

Color Harmonies of #97FBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97FBEA

Black with #97FBEA

Text Example


Text Example

White with #97FBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,251,234); }

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

background-color css

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

 a { background-color: rgb(151,251,234); }

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

border-color css

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

 span { border-color: rgb(151,251,234); }

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