Html Css Color HEX #9AF1E6 Pale Turquoise

📋 copy color: '#9AF1E6'

red 154 ◦ green 241 ◦ blue 230

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

Shades of Pale Turquoise #9AF1E6

Tints of Pale Turquoise #9AF1E6

RGB

 RED value IS 154 (60.55% from 255) = 24.64%

 GREEN value IS 241 (94.53% from 255) = 38.56%

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

R = 24.64%
G = 38.56%
B = 36.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#9AF1E6 (or 0x9AF1E6) is known color: Pale Turquoise. HEX triplet: 9A, F1 and E6. RGB value is (154,241,230). Sum of RGB (Red+Green+Blue) = 154+241+230=625 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.64% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF1E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AF1E6 is #650E19. Grayscale: #D5D5D5. Windows color (decimal): -6622746 or 15135130. OLE color: 15135130.

HSL color Cylindrical-coordinate representation of color #9AF1E6: hue angle of 172.41º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AF1E6 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 154 241 230 -
CMYK 0.36 0 0.05 0.05
HSL 172.41º 0.76% 0.77% -
HSV(B) 172.41º 0.36% 0.95% -
XYZ 59.06 75.49 86.32 -
YUV 213.73 137.18 85.39 -
System Red Green Blue C M Y K H S L
Decimal 154 241 230 0.36 0 0.05 0.05 172.41 0.76 0.77
Hex 9A F1 E6 24 0 5 5 AC 4C 4D
Octal 232 361 346 44 0 5 5 254 114 115
Binary 10011010 11110001 11100110 100100 0 101 101 10101100 1001100 1001101

Color Harmonies of #9AF1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF1E6

Black with #9AF1E6

Text Example


Text Example

White with #9AF1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,241,230); }

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

background-color css

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

 a { background-color: rgb(154,241,230); }

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

border-color css

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

 span { border-color: rgb(154,241,230); }

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