Html Css Color HEX #98F7EA Pale Turquoise

📋 copy color: '#98F7EA'

red 152 ◦ green 247 ◦ blue 234

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

Shades of Pale Turquoise #98F7EA

Tints of Pale Turquoise #98F7EA

RGB

 RED value IS 152 (59.77% from 255) = 24.01%

 GREEN value IS 247 (96.88% from 255) = 39.02%

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

R = 24.01%
G = 39.02%
B = 36.97%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#98F7EA (or 0x98F7EA) is known color: Pale Turquoise. HEX triplet: 98, F7 and EA. RGB value is (152,247,234). Sum of RGB (Red+Green+Blue) = 152+247+234=633 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.01% from 633); Green value is 247 (96.88% from 255 or 39.02% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 247 - color contains mainly: green. Hex color #98F7EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98F7EA is #670815. Grayscale: #D9D9D9. Windows color (decimal): -6752278 or 15398808. OLE color: 15398808.

HSL color Cylindrical-coordinate representation of color #98F7EA: hue angle of 171.79º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98F7EA is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 152 247 234 -
CMYK 0.38 0 0.05 0.03
HSL 171.79º 0.86% 0.78% -
HSV(B) 171.79º 0.38% 0.97% -
XYZ 61.06 79.14 89.9 -
YUV 217.11 137.53 81.56 -
System Red Green Blue C M Y K H S L
Decimal 152 247 234 0.38 0 0.05 0.03 171.79 0.86 0.78
Hex 98 F7 EA 26 0 5 3 AC 56 4E
Octal 230 367 352 46 0 5 3 254 126 116
Binary 10011000 11110111 11101010 100110 0 101 11 10101100 1010110 1001110

Color Harmonies of #98F7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F7EA

Black with #98F7EA

Text Example


Text Example

White with #98F7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98F7EA; }

 p { color: rgb(152,247,234); }

 H1.HeaderClassName
 {
   color: #98F7EA;
 }
 .AnyTagClassName
 {
   color: #98F7EA;
 }
</style>

background-color css

<style>
 a { background-color: #98F7EA; }

 a { background-color: rgb(152,247,234); }

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

border-color css

<style>
 span { border-color: #98F7EA; }

 span { border-color: rgb(152,247,234); }

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