Html Css Color HEX #9BF0EE Pale Turquoise

📋 copy color: '#9BF0EE'

red 155 ◦ green 240 ◦ blue 238

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

Shades of Pale Turquoise #9BF0EE

Tints of Pale Turquoise #9BF0EE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.91%

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

R = 24.49%
G = 37.91%
B = 37.6%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#9BF0EE (or 0x9BF0EE) is known color: Pale Turquoise. HEX triplet: 9B, F0 and EE. RGB value is (155,240,238). Sum of RGB (Red+Green+Blue) = 155+240+238=633 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.49% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF0EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF0EE is #640F11. Grayscale: #D6D6D6. Windows color (decimal): -6557458 or 15659163. OLE color: 15659163.

HSL color Cylindrical-coordinate representation of color #9BF0EE: hue angle of 178.59º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BF0EE is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 155 240 238 -
CMYK 0.35 0 0.01 0.06
HSL 178.59º 0.74% 0.77% -
HSV(B) 178.59º 0.35% 0.94% -
XYZ 60.11 75.46 92.29 -
YUV 214.36 141.34 85.66 -
System Red Green Blue C M Y K H S L
Decimal 155 240 238 0.35 0 0.01 0.06 178.59 0.74 0.77
Hex 9B F0 EE 23 0 1 6 B3 4A 4D
Octal 233 360 356 43 0 1 6 263 112 115
Binary 10011011 11110000 11101110 100011 0 1 110 10110011 1001010 1001101

Color Harmonies of #9BF0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF0EE

Black with #9BF0EE

Text Example


Text Example

White with #9BF0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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