Html Css Color HEX #98F8F6 Pale Turquoise

📋 copy color: '#98F8F6'

red 152 ◦ green 248 ◦ blue 246

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

Shades of Pale Turquoise #98F8F6

Tints of Pale Turquoise #98F8F6

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.39%

 BLUE value IS 246 (96.48% from 255) = 38.08%

R = 23.53%
G = 38.39%
B = 38.08%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#98F8F6 (or 0x98F8F6) is known color: Pale Turquoise. HEX triplet: 98, F8 and F6. RGB value is (152,248,246). Sum of RGB (Red+Green+Blue) = 152+248+246=646 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.53% from 646); Green value is 248 (97.27% from 255 or 38.39% from 646); Blue value is 246 (96.48% from 255 or 38.08% from 646); Max value from RGB is 248 - color contains mainly: green. Hex color #98F8F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98F8F6 is #670709. Grayscale: #DADADA. Windows color (decimal): -6752010 or 16185496. OLE color: 16185496.

HSL color Cylindrical-coordinate representation of color #98F8F6: hue angle of 178.75º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98F8F6 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 152 248 246 -
CMYK 0.39 0 0.01 0.03
HSL 178.75º 0.87% 0.78% -
HSV(B) 178.75º 0.39% 0.97% -
XYZ 63.15 80.46 99.39 -
YUV 219.07 143.2 80.16 -
System Red Green Blue C M Y K H S L
Decimal 152 248 246 0.39 0 0.01 0.03 178.75 0.87 0.78
Hex 98 F8 F6 27 0 1 3 B3 57 4E
Octal 230 370 366 47 0 1 3 263 127 116
Binary 10011000 11111000 11110110 100111 0 1 11 10110011 1010111 1001110

Color Harmonies of #98F8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F8F6

Black with #98F8F6

Text Example


Text Example

White with #98F8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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