Html Css Color HEX #9CF6EE Pale Turquoise

📋 copy color: '#9CF6EE'

red 156 ◦ green 246 ◦ blue 238

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

Shades of Pale Turquoise #9CF6EE

Tints of Pale Turquoise #9CF6EE

RGB

 RED value IS 156 (61.33% from 255) = 24.38%

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

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

R = 24.38%
G = 38.44%
B = 37.19%

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

#9CF6EE (or 0x9CF6EE) is known color: Pale Turquoise. HEX triplet: 9C, F6 and EE. RGB value is (156,246,238). Sum of RGB (Red+Green+Blue) = 156+246+238=640 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.38% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 246 - color contains mainly: green. Hex color #9CF6EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF6EE is #630911. Grayscale: #DADADA. Windows color (decimal): -6490386 or 15660700. OLE color: 15660700.

HSL color Cylindrical-coordinate representation of color #9CF6EE: hue angle of 174.67º 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 #9CF6EE is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 156 246 238 -
CMYK 0.37 0 0.03 0.04
HSL 174.67º 0.83% 0.79% -
HSV(B) 174.67º 0.37% 0.96% -
XYZ 62.1 79.15 92.89 -
YUV 218.18 139.18 83.65 -
System Red Green Blue C M Y K H S L
Decimal 156 246 238 0.37 0 0.03 0.04 174.67 0.83 0.79
Hex 9C F6 EE 25 0 3 4 AF 53 4F
Octal 234 366 356 45 0 3 4 257 123 117
Binary 10011100 11110110 11101110 100101 0 11 100 10101111 1010011 1001111

Color Harmonies of #9CF6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF6EE

Black with #9CF6EE

Text Example


Text Example

White with #9CF6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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