Html Css Color HEX #98FFEB Pale Turquoise

📋 copy color: '#98FFEB'

red 152 ◦ green 255 ◦ blue 235

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

Shades of Pale Turquoise #98FFEB

Tints of Pale Turquoise #98FFEB

RGB

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

 GREEN value IS 255 (100% from 255) = 39.72%

 BLUE value IS 235 (92.19% from 255) = 36.6%

R = 23.68%
G = 39.72%
B = 36.6%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#98FFEB (or 0x98FFEB) is known color: Pale Turquoise. HEX triplet: 98, FF and EB. RGB value is (152,255,235). Sum of RGB (Red+Green+Blue) = 152+255+235=642 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.68% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FFEB is #670014. Grayscale: #DDDDDD. Windows color (decimal): -6750229 or 15466392. OLE color: 15466392.

HSL color Cylindrical-coordinate representation of color #98FFEB: hue angle of 168.35º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FFEB is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 152 255 235 -
CMYK 0.40 0 0.08 0
HSL 168.35º 1% 0.8% -
HSV(B) 168.35º 0.4% 1% -
XYZ 63.7 84.19 91.49 -
YUV 221.92 135.38 78.13 -
System Red Green Blue C M Y K H S L
Decimal 152 255 235 0.40 0 0.08 0 168.35 1 0.8
Hex 98 FF EB 28 0 8 0 A8 64 50
Octal 230 377 353 50 0 10 0 250 144 120
Binary 10011000 11111111 11101011 101000 0 1000 0 10101000 1100100 1010000

Color Harmonies of #98FFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FFEB

Black with #98FFEB

Text Example


Text Example

White with #98FFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,255,235); }

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

background-color css

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

 a { background-color: rgb(152,255,235); }

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

border-color css

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

 span { border-color: rgb(152,255,235); }

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