Html Css Color HEX #98FDEB Pale Turquoise

📋 copy color: '#98FDEB'

red 152 ◦ green 253 ◦ blue 235

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

Shades of Pale Turquoise #98FDEB

Tints of Pale Turquoise #98FDEB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.53%

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

R = 23.75%
G = 39.53%
B = 36.72%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#98FDEB (or 0x98FDEB) is known color: Pale Turquoise. HEX triplet: 98, FD and EB. RGB value is (152,253,235). Sum of RGB (Red+Green+Blue) = 152+253+235=640 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.75% from 640); Green value is 253 (99.22% from 255 or 39.53% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 253 - color contains mainly: green. Hex color #98FDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FDEB is #670214. Grayscale: #DCDCDC. Windows color (decimal): -6750741 or 15465880. OLE color: 15465880.

HSL color Cylindrical-coordinate representation of color #98FDEB: hue angle of 169.31º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FDEB is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 253 235 -
CMYK 0.40 0 0.07 0.01
HSL 169.31º 0.96% 0.79% -
HSV(B) 169.31º 0.4% 0.99% -
XYZ 63.07 82.92 91.28 -
YUV 220.75 136.04 78.96 -
System Red Green Blue C M Y K H S L
Decimal 152 253 235 0.40 0 0.07 0.01 169.31 0.96 0.79
Hex 98 FD EB 28 0 7 1 A9 60 4F
Octal 230 375 353 50 0 7 1 251 140 117
Binary 10011000 11111101 11101011 101000 0 111 1 10101001 1100000 1001111

Color Harmonies of #98FDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FDEB

Black with #98FDEB

Text Example


Text Example

White with #98FDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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