Html Css Color HEX #AFEAEB Pale Turquoise

📋 copy color: '#AFEAEB'

red 175 ◦ green 234 ◦ blue 235

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

Shades of Pale Turquoise #AFEAEB

Tints of Pale Turquoise #AFEAEB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.34%

 BLUE value IS 235 (92.19% from 255) = 36.49%

R = 27.17%
G = 36.34%
B = 36.49%

CMYK

 C value IS 0.26

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFEAEB (or 0xAFEAEB) is known color: Pale Turquoise. HEX triplet: AF, EA and EB. RGB value is (175,234,235). Sum of RGB (Red+Green+Blue) = 175+234+235=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFEAEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEAEB is #501514. Grayscale: #D8D8D8. Windows color (decimal): -5248277 or 15461039. OLE color: 15461039.

HSL color Cylindrical-coordinate representation of color #AFEAEB: hue angle of 181º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEAEB is Cyan = 0.26, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 235 -
CMYK 0.26 0.00 0 0.08
HSL 181º 0.6% 0.8% -
HSV(B) 181º 0.26% 0.92% -
XYZ 62.1 73.96 89.6 -
YUV 216.47 138.45 98.42 -
System Red Green Blue C M Y K H S L
Decimal 175 234 235 0.26 0.00 0 0.08 181 0.6 0.8
Hex AF EA EB 1A 0 0 8 B5 3C 50
Octal 257 352 353 32 0 0 10 265 74 120
Binary 10101111 11101010 11101011 11010 0 0 1000 10110101 111100 1010000

Color Harmonies of #AFEAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEAEB

Black with #AFEAEB

Text Example


Text Example

White with #AFEAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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