Html Css Color HEX #9FEBE6 Pale Turquoise

📋 copy color: '#9FEBE6'

red 159 ◦ green 235 ◦ blue 230

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

Shades of Pale Turquoise #9FEBE6

Tints of Pale Turquoise #9FEBE6

RGB

 RED value IS 159 (62.5% from 255) = 25.48%

 GREEN value IS 235 (92.19% from 255) = 37.66%

 BLUE value IS 230 (90.23% from 255) = 36.86%

R = 25.48%
G = 37.66%
B = 36.86%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#9FEBE6 (or 0x9FEBE6) is known color: Pale Turquoise. HEX triplet: 9F, EB and E6. RGB value is (159,235,230). Sum of RGB (Red+Green+Blue) = 159+235+230=624 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.48% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 230 (90.23% from 255 or 36.86% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEBE6 is #601419. Grayscale: #D3D3D3. Windows color (decimal): -6296602 or 15133599. OLE color: 15133599.

HSL color Cylindrical-coordinate representation of color #9FEBE6: hue angle of 176.05º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEBE6 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 235 230 -
CMYK 0.32 0 0.02 0.08
HSL 176.05º 0.66% 0.77% -
HSV(B) 176.05º 0.32% 0.92% -
XYZ 58.29 72.5 85.78 -
YUV 211.71 138.32 90.41 -
System Red Green Blue C M Y K H S L
Decimal 159 235 230 0.32 0 0.02 0.08 176.05 0.66 0.77
Hex 9F EB E6 20 0 2 8 B0 42 4D
Octal 237 353 346 40 0 2 10 260 102 115
Binary 10011111 11101011 11100110 100000 0 10 1000 10110000 1000010 1001101

Color Harmonies of #9FEBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEBE6

Black with #9FEBE6

Text Example


Text Example

White with #9FEBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,235,230); }

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

background-color css

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

 a { background-color: rgb(159,235,230); }

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

border-color css

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

 span { border-color: rgb(159,235,230); }

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