Html Css Color HEX #98FAF0 Pale Turquoise

📋 copy color: '#98FAF0'

red 152 ◦ green 250 ◦ blue 240

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

Shades of Pale Turquoise #98FAF0

Tints of Pale Turquoise #98FAF0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.94%

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

R = 23.68%
G = 38.94%
B = 37.38%

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

#98FAF0 (or 0x98FAF0) is known color: Pale Turquoise. HEX triplet: 98, FA and F0. RGB value is (152,250,240). Sum of RGB (Red+Green+Blue) = 152+250+240=642 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.68% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 240 (94.14% from 255 or 37.38% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #98FAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FAF0 is #67050F. Grayscale: #DBDBDB. Windows color (decimal): -6751504 or 15792792. OLE color: 15792792.

HSL color Cylindrical-coordinate representation of color #98FAF0: hue angle of 173.88º degrees, saturation: 0.91, 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 #98FAF0 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 250 240 -
CMYK 0.39 0 0.04 0.02
HSL 173.88º 0.91% 0.79% -
HSV(B) 173.88º 0.39% 0.98% -
XYZ 62.86 81.34 94.82 -
YUV 219.56 139.53 79.81 -
System Red Green Blue C M Y K H S L
Decimal 152 250 240 0.39 0 0.04 0.02 173.88 0.91 0.79
Hex 98 FA F0 27 0 4 2 AE 5B 4F
Octal 230 372 360 47 0 4 2 256 133 117
Binary 10011000 11111010 11110000 100111 0 100 10 10101110 1011011 1001111

Color Harmonies of #98FAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FAF0

Black with #98FAF0

Text Example


Text Example

White with #98FAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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