Html Css Color HEX #98FAE8 Pale Turquoise

📋 copy color: '#98FAE8'

red 152 ◦ green 250 ◦ blue 232

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

Shades of Pale Turquoise #98FAE8

Tints of Pale Turquoise #98FAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.59%

R = 23.97%
G = 39.43%
B = 36.59%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#98FAE8 (or 0x98FAE8) is known color: Pale Turquoise. HEX triplet: 98, FA and E8. RGB value is (152,250,232). Sum of RGB (Red+Green+Blue) = 152+250+232=634 (83% of max value = 765). Red value is 152 (59.77% from 255 or 23.97% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 232 (91.02% from 255 or 36.59% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #98FAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FAE8 is #670517. Grayscale: #DADADA. Windows color (decimal): -6751512 or 15268504. OLE color: 15268504.

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

Color convert

RGB 152 250 232 -
CMYK 0.39 0 0.07 0.02
HSL 168.98º 0.91% 0.79% -
HSV(B) 168.98º 0.39% 0.98% -
XYZ 61.7 80.87 88.7 -
YUV 218.65 135.53 80.46 -
System Red Green Blue C M Y K H S L
Decimal 152 250 232 0.39 0 0.07 0.02 168.98 0.91 0.79
Hex 98 FA E8 27 0 7 2 A9 5B 4F
Octal 230 372 350 47 0 7 2 251 133 117
Binary 10011000 11111010 11101000 100111 0 111 10 10101001 1011011 1001111

Color Harmonies of #98FAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FAE8

Black with #98FAE8

Text Example


Text Example

White with #98FAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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