Html Css Color HEX #98F9F0 Pale Turquoise

📋 copy color: '#98F9F0'

red 152 ◦ green 249 ◦ blue 240

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

Shades of Pale Turquoise #98F9F0

Tints of Pale Turquoise #98F9F0

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.85%

 BLUE value IS 240 (94.14% from 255) = 37.44%

R = 23.71%
G = 38.85%
B = 37.44%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#98F9F0 (or 0x98F9F0) is known color: Pale Turquoise. HEX triplet: 98, F9 and F0. RGB value is (152,249,240). Sum of RGB (Red+Green+Blue) = 152+249+240=641 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.71% from 641); Green value is 249 (97.66% from 255 or 38.85% from 641); Blue value is 240 (94.14% from 255 or 37.44% from 641); Max value from RGB is 249 - color contains mainly: green. Hex color #98F9F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98F9F0 is #67060F. Grayscale: #DADADA. Windows color (decimal): -6751760 or 15792536. OLE color: 15792536.

HSL color Cylindrical-coordinate representation of color #98F9F0: hue angle of 174.43º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98F9F0 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 249 240 -
CMYK 0.39 0 0.04 0.02
HSL 174.43º 0.89% 0.79% -
HSV(B) 174.43º 0.39% 0.98% -
XYZ 62.55 80.72 94.72 -
YUV 218.97 139.86 80.23 -
System Red Green Blue C M Y K H S L
Decimal 152 249 240 0.39 0 0.04 0.02 174.43 0.89 0.79
Hex 98 F9 F0 27 0 4 2 AE 59 4F
Octal 230 371 360 47 0 4 2 256 131 117
Binary 10011000 11111001 11110000 100111 0 100 10 10101110 1011001 1001111

Color Harmonies of #98F9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F9F0

Black with #98F9F0

Text Example


Text Example

White with #98F9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,249,240); }

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

background-color css

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

 a { background-color: rgb(152,249,240); }

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

border-color css

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

 span { border-color: rgb(152,249,240); }

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