Html Css Color HEX #9DF8F8 Pale Turquoise

📋 copy color: '#9DF8F8'

red 157 ◦ green 248 ◦ blue 248

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

Shades of Pale Turquoise #9DF8F8

Tints of Pale Turquoise #9DF8F8

RGB

 RED value IS 157 (61.72% from 255) = 24.04%

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

 BLUE value IS 248 (97.27% from 255) = 37.98%

R = 24.04%
G = 37.98%
B = 37.98%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9DF8F8 (or 0x9DF8F8) is known color: Pale Turquoise. HEX triplet: 9D, F8 and F8. RGB value is (157,248,248). Sum of RGB (Red+Green+Blue) = 157+248+248=653 (86% of max value = 765). Red value is 157 (61.72% from 255 or 24.04% from 653); Green value is 248 (97.27% from 255 or 37.98% from 653); Blue value is 248 (97.27% from 255 or 37.98% from 653); Max value from RGB is 248 - color contains mainly: green, blue. Hex color #9DF8F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF8F8 is #620707. Grayscale: #DCDCDC. Windows color (decimal): -6424328 or 16316573. OLE color: 16316573.

HSL color Cylindrical-coordinate representation of color #9DF8F8: hue angle of 180º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DF8F8 is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 157 248 248 -
CMYK 0.37 0 0 0.03
HSL 180º 0.87% 0.79% -
HSV(B) 180º 0.37% 0.97% -
XYZ 64.42 81.08 101.06 -
YUV 220.79 143.35 82.5 -
System Red Green Blue C M Y K H S L
Decimal 157 248 248 0.37 0 0 0.03 180 0.87 0.79
Hex 9D F8 F8 25 0 0 3 B4 57 4F
Octal 235 370 370 45 0 0 3 264 127 117
Binary 10011101 11111000 11111000 100101 0 0 11 10110100 1010111 1001111

Color Harmonies of #9DF8F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF8F8

Black with #9DF8F8

Text Example


Text Example

White with #9DF8F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DF8F8; }

 p { color: rgb(157,248,248); }

 H1.HeaderClassName
 {
   color: #9DF8F8;
 }
 .AnyTagClassName
 {
   color: #9DF8F8;
 }
</style>

background-color css

<style>
 a { background-color: #9DF8F8; }

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

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

border-color css

<style>
 span { border-color: #9DF8F8; }

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

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