Html Css Color HEX #9BF6EE Pale Turquoise

📋 copy color: '#9BF6EE'

red 155 ◦ green 246 ◦ blue 238

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

Shades of Pale Turquoise #9BF6EE

Tints of Pale Turquoise #9BF6EE

RGB

 RED value IS 155 (60.94% from 255) = 24.26%

 GREEN value IS 246 (96.48% from 255) = 38.5%

 BLUE value IS 238 (93.36% from 255) = 37.25%

R = 24.26%
G = 38.5%
B = 37.25%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#9BF6EE (or 0x9BF6EE) is known color: Pale Turquoise. HEX triplet: 9B, F6 and EE. RGB value is (155,246,238). Sum of RGB (Red+Green+Blue) = 155+246+238=639 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.26% from 639); Green value is 246 (96.48% from 255 or 38.50% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF6EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF6EE is #640911. Grayscale: #D9D9D9. Windows color (decimal): -6555922 or 15660699. OLE color: 15660699.

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

Color convert

RGB 155 246 238 -
CMYK 0.37 0 0.03 0.04
HSL 174.73º 0.83% 0.79% -
HSV(B) 174.73º 0.37% 0.96% -
XYZ 61.91 79.05 92.88 -
YUV 217.88 139.35 83.15 -
System Red Green Blue C M Y K H S L
Decimal 155 246 238 0.37 0 0.03 0.04 174.73 0.83 0.79
Hex 9B F6 EE 25 0 3 4 AF 53 4F
Octal 233 366 356 45 0 3 4 257 123 117
Binary 10011011 11110110 11101110 100101 0 11 100 10101111 1010011 1001111

Color Harmonies of #9BF6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF6EE

Black with #9BF6EE

Text Example


Text Example

White with #9BF6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,246,238); }

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

background-color css

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

 a { background-color: rgb(155,246,238); }

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

border-color css

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

 span { border-color: rgb(155,246,238); }

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