Html Css Color HEX #AFEBEA Pale Turquoise

📋 copy color: '#AFEBEA'

red 175 ◦ green 235 ◦ blue 234

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

Shades of Pale Turquoise #AFEBEA

Tints of Pale Turquoise #AFEBEA

RGB

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

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

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

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

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #AFEBEA: hue angle of 179º 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 #AFEBEA is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 234 -
CMYK 0.26 0 0.00 0.08
HSL 179º 0.6% 0.8% -
HSV(B) 179º 0.26% 0.92% -
XYZ 62.24 74.47 88.94 -
YUV 216.95 137.62 98.08 -
System Red Green Blue C M Y K H S L
Decimal 175 235 234 0.26 0 0.00 0.08 179 0.6 0.8
Hex AF EB EA 1A 0 0 8 B3 3C 50
Octal 257 353 352 32 0 0 10 263 74 120
Binary 10101111 11101011 11101010 11010 0 0 1000 10110011 111100 1010000

Color Harmonies of #AFEBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBEA

Black with #AFEBEA

Text Example


Text Example

White with #AFEBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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