Html Css Color HEX #98EDE2 Pale Turquoise

📋 copy color: '#98EDE2'

red 152 ◦ green 237 ◦ blue 226

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

Shades of Pale Turquoise #98EDE2

Tints of Pale Turquoise #98EDE2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.54%

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

R = 24.72%
G = 38.54%
B = 36.75%

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

#98EDE2 (or 0x98EDE2) is known color: Pale Turquoise. HEX triplet: 98, ED and E2. RGB value is (152,237,226). Sum of RGB (Red+Green+Blue) = 152+237+226=615 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.72% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 226 (88.67% from 255 or 36.75% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #98EDE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EDE2 is #67121D. Grayscale: #D2D2D2. Windows color (decimal): -6754846 or 14871960. OLE color: 14871960.

HSL color Cylindrical-coordinate representation of color #98EDE2: hue angle of 172.24º degrees, saturation: 0.7, 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 #98EDE2 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 237 226 -
CMYK 0.36 0 0.05 0.07
HSL 172.24º 0.7% 0.76% -
HSV(B) 172.24º 0.36% 0.93% -
XYZ 56.96 72.73 82.99 -
YUV 210.33 136.84 86.39 -
System Red Green Blue C M Y K H S L
Decimal 152 237 226 0.36 0 0.05 0.07 172.24 0.7 0.76
Hex 98 ED E2 24 0 5 7 AC 46 4C
Octal 230 355 342 44 0 5 7 254 106 114
Binary 10011000 11101101 11100010 100100 0 101 111 10101100 1000110 1001100

Color Harmonies of #98EDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EDE2

Black with #98EDE2

Text Example


Text Example

White with #98EDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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