Html Css Color HEX #97F3EA Pale Turquoise

📋 copy color: '#97F3EA'

red 151 ◦ green 243 ◦ blue 234

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

Shades of Pale Turquoise #97F3EA

Tints of Pale Turquoise #97F3EA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.69%

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

R = 24.04%
G = 38.69%
B = 37.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#97F3EA (or 0x97F3EA) is known color: Pale Turquoise. HEX triplet: 97, F3 and EA. RGB value is (151,243,234). Sum of RGB (Red+Green+Blue) = 151+243+234=628 (83% of max value = 765). Red value is 151 (59.38% from 255 or 24.04% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 243 - color contains mainly: green. Hex color #97F3EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F3EA is #680C15. Grayscale: #D6D6D6. Windows color (decimal): -6818838 or 15397783. OLE color: 15397783.

HSL color Cylindrical-coordinate representation of color #97F3EA: hue angle of 174.13º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97F3EA is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 151 243 234 -
CMYK 0.38 0 0.04 0.05
HSL 174.13º 0.79% 0.77% -
HSV(B) 174.13º 0.38% 0.95% -
XYZ 59.66 76.62 89.49 -
YUV 214.47 139.02 82.73 -
System Red Green Blue C M Y K H S L
Decimal 151 243 234 0.38 0 0.04 0.05 174.13 0.79 0.77
Hex 97 F3 EA 26 0 4 5 AE 4F 4D
Octal 227 363 352 46 0 4 5 256 117 115
Binary 10010111 11110011 11101010 100110 0 100 101 10101110 1001111 1001101

Color Harmonies of #97F3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97F3EA

Black with #97F3EA

Text Example


Text Example

White with #97F3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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