Html Css Color HEX #AFF2FE Pale Turquoise

📋 copy color: '#AFF2FE'

red 175 ◦ green 242 ◦ blue 254

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

Shades of Pale Turquoise #AFF2FE

Tints of Pale Turquoise #AFF2FE

RGB

 RED value IS 175 (68.75% from 255) = 26.08%

 GREEN value IS 242 (94.92% from 255) = 36.07%

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

R = 26.08%
G = 36.07%
B = 37.85%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AFF2FE (or 0xAFF2FE) is known color: Pale Turquoise. HEX triplet: AF, F2 and FE. RGB value is (175,242,254). Sum of RGB (Red+Green+Blue) = 175+242+254=671 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.08% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFF2FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF2FE is #500D01. Grayscale: #DFDFDF. Windows color (decimal): -5246210 or 16708271. OLE color: 16708271.

HSL color Cylindrical-coordinate representation of color #AFF2FE: hue angle of 189.11º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFF2FE is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 242 254 -
CMYK 0.31 0.05 0 0.00
HSL 189.11º 0.98% 0.84% -
HSV(B) 189.11º 0.31% 1% -
XYZ 67.32 79.77 105.62 -
YUV 223.34 145.3 93.52 -
System Red Green Blue C M Y K H S L
Decimal 175 242 254 0.31 0.05 0 0.00 189.11 0.98 0.84
Hex AF F2 FE 1F 5 0 0 BD 62 54
Octal 257 362 376 37 5 0 0 275 142 124
Binary 10101111 11110010 11111110 11111 101 0 0 10111101 1100010 1010100

Color Harmonies of #AFF2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF2FE

Black with #AFF2FE

Text Example


Text Example

White with #AFF2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF2FE; }

 p { color: rgb(175,242,254); }

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

background-color css

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

 a { background-color: rgb(175,242,254); }

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

border-color css

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

 span { border-color: rgb(175,242,254); }

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