Html Css Color HEX #AFFBEC Pale Turquoise

📋 copy color: '#AFFBEC'

red 175 ◦ green 251 ◦ blue 236

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

Shades of Pale Turquoise #AFFBEC

Tints of Pale Turquoise #AFFBEC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.92%

 BLUE value IS 236 (92.58% from 255) = 35.65%

R = 26.44%
G = 37.92%
B = 35.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#AFFBEC (or 0xAFFBEC) is known color: Pale Turquoise. HEX triplet: AF, FB and EC. RGB value is (175,251,236). Sum of RGB (Red+Green+Blue) = 175+251+236=662 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.44% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFBEC is #500413. Grayscale: #E2E2E2. Windows color (decimal): -5243924 or 15530927. OLE color: 15530927.

HSL color Cylindrical-coordinate representation of color #AFFBEC: hue angle of 168.16º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFBEC is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 251 236 -
CMYK 0.30 0 0.06 0.02
HSL 168.16º 0.9% 0.84% -
HSV(B) 168.16º 0.3% 0.98% -
XYZ 67.32 84.16 92.05 -
YUV 226.57 133.32 91.22 -
System Red Green Blue C M Y K H S L
Decimal 175 251 236 0.30 0 0.06 0.02 168.16 0.9 0.84
Hex AF FB EC 1E 0 6 2 A8 5A 54
Octal 257 373 354 36 0 6 2 250 132 124
Binary 10101111 11111011 11101100 11110 0 110 10 10101000 1011010 1010100

Color Harmonies of #AFFBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFBEC

Black with #AFFBEC

Text Example


Text Example

White with #AFFBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFBEC; }

 p { color: rgb(175,251,236); }

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

background-color css

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

 a { background-color: rgb(175,251,236); }

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

border-color css

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

 span { border-color: rgb(175,251,236); }

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