Html Css Color HEX #98F7E4 Pale Turquoise

📋 copy color: '#98F7E4'

red 152 ◦ green 247 ◦ blue 228

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

Shades of Pale Turquoise #98F7E4

Tints of Pale Turquoise #98F7E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.36%

R = 24.24%
G = 39.39%
B = 36.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#98F7E4 (or 0x98F7E4) is known color: Pale Turquoise. HEX triplet: 98, F7 and E4. RGB value is (152,247,228). Sum of RGB (Red+Green+Blue) = 152+247+228=627 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.24% from 627); Green value is 247 (96.88% from 255 or 39.39% from 627); Blue value is 228 (89.45% from 255 or 36.36% from 627); Max value from RGB is 247 - color contains mainly: green. Hex color #98F7E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F7E4 is #67081B. Grayscale: #D8D8D8. Windows color (decimal): -6752284 or 15005592. OLE color: 15005592.

HSL color Cylindrical-coordinate representation of color #98F7E4: hue angle of 168º 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 #98F7E4 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB 152 247 228 -
CMYK 0.38 0 0.08 0.03
HSL 168º 0.86% 0.78% -
HSV(B) 168º 0.38% 0.97% -
XYZ 60.21 78.8 85.43 -
YUV 216.43 134.53 82.04 -
System Red Green Blue C M Y K H S L
Decimal 152 247 228 0.38 0 0.08 0.03 168 0.86 0.78
Hex 98 F7 E4 26 0 8 3 A8 56 4E
Octal 230 367 344 46 0 10 3 250 126 116
Binary 10011000 11110111 11100100 100110 0 1000 11 10101000 1010110 1001110

Color Harmonies of #98F7E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F7E4

Black with #98F7E4

Text Example


Text Example

White with #98F7E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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