Html Css Color HEX #9EFDFE Pale Turquoise

📋 copy color: '#9EFDFE'

red 158 ◦ green 253 ◦ blue 254

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

Shades of Pale Turquoise #9EFDFE

Tints of Pale Turquoise #9EFDFE

RGB

 RED value IS 158 (62.11% from 255) = 23.76%

 GREEN value IS 253 (99.22% from 255) = 38.05%

 BLUE value IS 254 (99.61% from 255) = 38.2%

R = 23.76%
G = 38.05%
B = 38.2%

CMYK

 C value IS 0.38

 M value IS 0.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9EFDFE (or 0x9EFDFE) is known color: Pale Turquoise. HEX triplet: 9E, FD and FE. RGB value is (158,253,254). Sum of RGB (Red+Green+Blue) = 158+253+254=665 (88% of max value = 765). Red value is 158 (62.11% from 255 or 23.76% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EFDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFDFE is #610201. Grayscale: #E0E0E0. Windows color (decimal): -6357506 or 16711070. OLE color: 16711070.

HSL color Cylindrical-coordinate representation of color #9EFDFE: hue angle of 180.62º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFDFE is Cyan = 0.38, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 158 253 254 -
CMYK 0.38 0.00 0 0.00
HSL 180.63º 0.98% 0.81% -
HSV(B) 180.63º 0.38% 1% -
XYZ 67.12 84.68 106.57 -
YUV 224.71 144.53 80.42 -
System Red Green Blue C M Y K H S L
Decimal 158 253 254 0.38 0.00 0 0.00 180.63 0.98 0.81
Hex 9E FD FE 26 0 0 0 B5 62 51
Octal 236 375 376 46 0 0 0 265 142 121
Binary 10011110 11111101 11111110 100110 0 0 0 10110101 1100010 1010001

Color Harmonies of #9EFDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFDFE

Black with #9EFDFE

Text Example


Text Example

White with #9EFDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,253,254); }

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

background-color css

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

 a { background-color: rgb(158,253,254); }

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

border-color css

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

 span { border-color: rgb(158,253,254); }

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