Html Css Color HEX #9AF9FE Pale Turquoise

📋 copy color: '#9AF9FE'

red 154 ◦ green 249 ◦ blue 254

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

Shades of Pale Turquoise #9AF9FE

Tints of Pale Turquoise #9AF9FE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.9%

 BLUE value IS 254 (99.61% from 255) = 38.66%

R = 23.44%
G = 37.9%
B = 38.66%

CMYK

 C value IS 0.39

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9AF9FE (or 0x9AF9FE) is known color: Pale Turquoise. HEX triplet: 9A, F9 and FE. RGB value is (154,249,254). Sum of RGB (Red+Green+Blue) = 154+249+254=657 (87% of max value = 765). Red value is 154 (60.55% from 255 or 23.44% from 657); Green value is 249 (97.66% from 255 or 37.90% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #9AF9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AF9FE is #650601. Grayscale: #DDDDDD. Windows color (decimal): -6620674 or 16710042. OLE color: 16710042.

HSL color Cylindrical-coordinate representation of color #9AF9FE: hue angle of 183º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AF9FE is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 154 249 254 -
CMYK 0.39 0.02 0 0.00
HSL 183º 0.98% 0.8% -
HSV(B) 183º 0.39% 1% -
XYZ 65.09 81.78 106.12 -
YUV 221.17 146.53 80.09 -
System Red Green Blue C M Y K H S L
Decimal 154 249 254 0.39 0.02 0 0.00 183 0.98 0.8
Hex 9A F9 FE 27 2 0 0 B7 62 50
Octal 232 371 376 47 2 0 0 267 142 120
Binary 10011010 11111001 11111110 100111 10 0 0 10110111 1100010 1010000

Color Harmonies of #9AF9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF9FE

Black with #9AF9FE

Text Example


Text Example

White with #9AF9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,249,254); }

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

background-color css

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

 a { background-color: rgb(154,249,254); }

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

border-color css

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

 span { border-color: rgb(154,249,254); }

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