Html Css Color HEX #AFEBEC Pale Turquoise

📋 copy color: '#AFEBEC'

red 175 ◦ green 235 ◦ blue 236

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

Shades of Pale Turquoise #AFEBEC

Tints of Pale Turquoise #AFEBEC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.38%

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

R = 27.09%
G = 36.38%
B = 36.53%

CMYK

 C value IS 0.26

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFEBEC (or 0xAFEBEC) is known color: Pale Turquoise. HEX triplet: AF, EB and EC. RGB value is (175,235,236). Sum of RGB (Red+Green+Blue) = 175+235+236=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFEBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEBEC is #501413. Grayscale: #D9D9D9. Windows color (decimal): -5248020 or 15526831. OLE color: 15526831.

HSL color Cylindrical-coordinate representation of color #AFEBEC: hue angle of 180.98º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBEC is Cyan = 0.26, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 235 236 -
CMYK 0.26 0.00 0 0.07
HSL 180.98º 0.62% 0.81% -
HSV(B) 180.98º 0.26% 0.93% -
XYZ 62.53 74.59 90.46 -
YUV 217.17 138.62 97.92 -
System Red Green Blue C M Y K H S L
Decimal 175 235 236 0.26 0.00 0 0.07 180.98 0.62 0.81
Hex AF EB EC 1A 0 0 7 B5 3E 51
Octal 257 353 354 32 0 0 7 265 76 121
Binary 10101111 11101011 11101100 11010 0 0 111 10110101 111110 1010001

Color Harmonies of #AFEBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBEC

Black with #AFEBEC

Text Example


Text Example

White with #AFEBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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