Html Css Color HEX #98EFE8 Pale Turquoise

📋 copy color: '#98EFE8'

red 152 ◦ green 239 ◦ blue 232

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

Shades of Pale Turquoise #98EFE8

Tints of Pale Turquoise #98EFE8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.36%

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

R = 24.4%
G = 38.36%
B = 37.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#98EFE8 (or 0x98EFE8) is known color: Pale Turquoise. HEX triplet: 98, EF and E8. RGB value is (152,239,232). Sum of RGB (Red+Green+Blue) = 152+239+232=623 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.40% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #98EFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EFE8 is #671017. Grayscale: #D4D4D4. Windows color (decimal): -6754328 or 15265688. OLE color: 15265688.

HSL color Cylindrical-coordinate representation of color #98EFE8: hue angle of 175.17º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EFE8 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 239 232 -
CMYK 0.36 0 0.03 0.06
HSL 175.17º 0.73% 0.77% -
HSV(B) 175.17º 0.36% 0.94% -
XYZ 58.38 74.23 87.6 -
YUV 212.19 139.18 85.07 -
System Red Green Blue C M Y K H S L
Decimal 152 239 232 0.36 0 0.03 0.06 175.17 0.73 0.77
Hex 98 EF E8 24 0 3 6 AF 49 4D
Octal 230 357 350 44 0 3 6 257 111 115
Binary 10011000 11101111 11101000 100100 0 11 110 10101111 1001001 1001101

Color Harmonies of #98EFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EFE8

Black with #98EFE8

Text Example


Text Example

White with #98EFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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