Html Css Color HEX #9CFDEE Pale Turquoise

📋 copy color: '#9CFDEE'

red 156 ◦ green 253 ◦ blue 238

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

Shades of Pale Turquoise #9CFDEE

Tints of Pale Turquoise #9CFDEE

RGB

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

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

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

R = 24.11%
G = 39.1%
B = 36.79%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#9CFDEE (or 0x9CFDEE) is known color: Pale Turquoise. HEX triplet: 9C, FD and EE. RGB value is (156,253,238). Sum of RGB (Red+Green+Blue) = 156+253+238=647 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.11% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFDEE is #630211. Grayscale: #DEDEDE. Windows color (decimal): -6488594 or 15662492. OLE color: 15662492.

HSL color Cylindrical-coordinate representation of color #9CFDEE: hue angle of 170.72º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFDEE is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 156 253 238 -
CMYK 0.38 0 0.06 0.01
HSL 170.72º 0.96% 0.8% -
HSV(B) 170.72º 0.38% 0.99% -
XYZ 64.27 83.49 93.62 -
YUV 222.29 136.86 80.72 -
System Red Green Blue C M Y K H S L
Decimal 156 253 238 0.38 0 0.06 0.01 170.72 0.96 0.8
Hex 9C FD EE 26 0 6 1 AB 60 50
Octal 234 375 356 46 0 6 1 253 140 120
Binary 10011100 11111101 11101110 100110 0 110 1 10101011 1100000 1010000

Color Harmonies of #9CFDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFDEE

Black with #9CFDEE

Text Example


Text Example

White with #9CFDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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