Html Css Color HEX #98EEE2 Pale Turquoise

📋 copy color: '#98EEE2'

red 152 ◦ green 238 ◦ blue 226

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

Shades of Pale Turquoise #98EEE2

Tints of Pale Turquoise #98EEE2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.64%

 BLUE value IS 226 (88.67% from 255) = 36.69%

R = 24.68%
G = 38.64%
B = 36.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#98EEE2 (or 0x98EEE2) is known color: Pale Turquoise. HEX triplet: 98, EE and E2. RGB value is (152,238,226). Sum of RGB (Red+Green+Blue) = 152+238+226=616 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.68% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 226 (88.67% from 255 or 36.69% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #98EEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EEE2 is #67111D. Grayscale: #D2D2D2. Windows color (decimal): -6754590 or 14872216. OLE color: 14872216.

HSL color Cylindrical-coordinate representation of color #98EEE2: hue angle of 171.63º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EEE2 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 238 226 -
CMYK 0.36 0 0.05 0.07
HSL 171.63º 0.72% 0.76% -
HSV(B) 171.63º 0.36% 0.93% -
XYZ 57.25 73.32 83.09 -
YUV 210.92 136.51 85.98 -
System Red Green Blue C M Y K H S L
Decimal 152 238 226 0.36 0 0.05 0.07 171.63 0.72 0.76
Hex 98 EE E2 24 0 5 7 AC 48 4C
Octal 230 356 342 44 0 5 7 254 110 114
Binary 10011000 11101110 11100010 100100 0 101 111 10101100 1001000 1001100

Color Harmonies of #98EEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EEE2

Black with #98EEE2

Text Example


Text Example

White with #98EEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,238,226); }

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

background-color css

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

 a { background-color: rgb(152,238,226); }

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

border-color css

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

 span { border-color: rgb(152,238,226); }

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