Html Css Color HEX #98F6E3 Pale Turquoise

📋 copy color: '#98F6E3'

red 152 ◦ green 246 ◦ blue 227

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

Shades of Pale Turquoise #98F6E3

Tints of Pale Turquoise #98F6E3

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.36%

 BLUE value IS 227 (89.06% from 255) = 36.32%

R = 24.32%
G = 39.36%
B = 36.32%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#98F6E3 (or 0x98F6E3) is known color: Pale Turquoise. HEX triplet: 98, F6 and E3. RGB value is (152,246,227). Sum of RGB (Red+Green+Blue) = 152+246+227=625 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.32% from 625); Green value is 246 (96.48% from 255 or 39.36% from 625); Blue value is 227 (89.06% from 255 or 36.32% from 625); Max value from RGB is 246 - color contains mainly: green. Hex color #98F6E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F6E3 is #67091C. Grayscale: #D7D7D7. Windows color (decimal): -6752541 or 14939800. OLE color: 14939800.

HSL color Cylindrical-coordinate representation of color #98F6E3: hue angle of 167.87º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98F6E3 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 152 246 227 -
CMYK 0.38 0 0.08 0.04
HSL 167.87º 0.84% 0.78% -
HSV(B) 167.87º 0.38% 0.96% -
XYZ 59.77 78.13 84.6 -
YUV 215.73 134.36 82.54 -
System Red Green Blue C M Y K H S L
Decimal 152 246 227 0.38 0 0.08 0.04 167.87 0.84 0.78
Hex 98 F6 E3 26 0 8 4 A8 54 4E
Octal 230 366 343 46 0 10 4 250 124 116
Binary 10011000 11110110 11100011 100110 0 1000 100 10101000 1010100 1001110

Color Harmonies of #98F6E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F6E3

Black with #98F6E3

Text Example


Text Example

White with #98F6E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,246,227); }

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

background-color css

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

 a { background-color: rgb(152,246,227); }

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

border-color css

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

 span { border-color: rgb(152,246,227); }

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