Html Css Color HEX #98F7F3 Pale Turquoise

📋 copy color: '#98F7F3'

red 152 ◦ green 247 ◦ blue 243

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

Shades of Pale Turquoise #98F7F3

Tints of Pale Turquoise #98F7F3

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.47%

 BLUE value IS 243 (95.31% from 255) = 37.85%

R = 23.68%
G = 38.47%
B = 37.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#98F7F3 (or 0x98F7F3) is known color: Pale Turquoise. HEX triplet: 98, F7 and F3. RGB value is (152,247,243). Sum of RGB (Red+Green+Blue) = 152+247+243=642 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.68% from 642); Green value is 247 (96.88% from 255 or 38.47% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 247 - color contains mainly: green. Hex color #98F7F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98F7F3 is #67080C. Grayscale: #DADADA. Windows color (decimal): -6752269 or 15988632. OLE color: 15988632.

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

Color convert

RGB 152 247 243 -
CMYK 0.38 0 0.02 0.03
HSL 177.47º 0.86% 0.78% -
HSV(B) 177.47º 0.38% 0.97% -
XYZ 62.39 79.67 96.88 -
YUV 218.14 142.03 80.83 -
System Red Green Blue C M Y K H S L
Decimal 152 247 243 0.38 0 0.02 0.03 177.47 0.86 0.78
Hex 98 F7 F3 26 0 2 3 B1 56 4E
Octal 230 367 363 46 0 2 3 261 126 116
Binary 10011000 11110111 11110011 100110 0 10 11 10110001 1010110 1001110

Color Harmonies of #98F7F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F7F3

Black with #98F7F3

Text Example


Text Example

White with #98F7F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,247,243); }

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

background-color css

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

 a { background-color: rgb(152,247,243); }

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

border-color css

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

 span { border-color: rgb(152,247,243); }

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