Html Css Color HEX #98FFED Pale Turquoise

📋 copy color: '#98FFED'

red 152 ◦ green 255 ◦ blue 237

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

Shades of Pale Turquoise #98FFED

Tints of Pale Turquoise #98FFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.8%

R = 23.6%
G = 39.6%
B = 36.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#98FFED (or 0x98FFED) is known color: Pale Turquoise. HEX triplet: 98, FF and ED. RGB value is (152,255,237). Sum of RGB (Red+Green+Blue) = 152+255+237=644 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.60% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FFED is #670012. Grayscale: #DEDEDE. Windows color (decimal): -6750227 or 15597464. OLE color: 15597464.

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

Color convert

RGB 152 255 237 -
CMYK 0.40 0 0.07 0
HSL 169.51º 1% 0.8% -
HSV(B) 169.51º 0.4% 1% -
XYZ 63.99 84.31 93.02 -
YUV 222.15 136.38 77.96 -
System Red Green Blue C M Y K H S L
Decimal 152 255 237 0.40 0 0.07 0 169.51 1 0.8
Hex 98 FF ED 28 0 7 0 AA 64 50
Octal 230 377 355 50 0 7 0 252 144 120
Binary 10011000 11111111 11101101 101000 0 111 0 10101010 1100100 1010000

Color Harmonies of #98FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FFED

Black with #98FFED

Text Example


Text Example

White with #98FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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