Html Css Color HEX #9DF5FA Pale Turquoise

📋 copy color: '#9DF5FA'

red 157 ◦ green 245 ◦ blue 250

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

Shades of Pale Turquoise #9DF5FA

Tints of Pale Turquoise #9DF5FA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.58%

 BLUE value IS 250 (98.05% from 255) = 38.34%

R = 24.08%
G = 37.58%
B = 38.34%

CMYK

 C value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9DF5FA (or 0x9DF5FA) is known color: Pale Turquoise. HEX triplet: 9D, F5 and FA. RGB value is (157,245,250). Sum of RGB (Red+Green+Blue) = 157+245+250=652 (86% of max value = 765). Red value is 157 (61.72% from 255 or 24.08% from 652); Green value is 245 (96.09% from 255 or 37.58% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DF5FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF5FA is #620A05. Grayscale: #DBDBDB. Windows color (decimal): -6425094 or 16446877. OLE color: 16446877.

HSL color Cylindrical-coordinate representation of color #9DF5FA: hue angle of 183.23º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DF5FA is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 245 250 -
CMYK 0.37 0.02 0 0.02
HSL 183.23º 0.9% 0.8% -
HSV(B) 183.23º 0.37% 0.98% -
XYZ 63.81 79.38 102.4 -
YUV 219.26 145.35 83.59 -
System Red Green Blue C M Y K H S L
Decimal 157 245 250 0.37 0.02 0 0.02 183.23 0.9 0.8
Hex 9D F5 FA 25 2 0 2 B7 5A 50
Octal 235 365 372 45 2 0 2 267 132 120
Binary 10011101 11110101 11111010 100101 10 0 10 10110111 1011010 1010000

Color Harmonies of #9DF5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF5FA

Black with #9DF5FA

Text Example


Text Example

White with #9DF5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,245,250); }

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

background-color css

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

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

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

border-color css

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

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

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