Html Css Color HEX #AFEBE4 Pale Turquoise

📋 copy color: '#AFEBE4'

red 175 ◦ green 235 ◦ blue 228

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

Shades of Pale Turquoise #AFEBE4

Tints of Pale Turquoise #AFEBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.74%

R = 27.43%
G = 36.83%
B = 35.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#AFEBE4 (or 0xAFEBE4) is known color: Pale Turquoise. HEX triplet: AF, EB and E4. RGB value is (175,235,228). Sum of RGB (Red+Green+Blue) = 175+235+228=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBE4 is #50141B. Grayscale: #D8D8D8. Windows color (decimal): -5248028 or 15002543. OLE color: 15002543.

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

Color convert

RGB 175 235 228 -
CMYK 0.26 0 0.03 0.08
HSL 173º 0.6% 0.8% -
HSV(B) 173º 0.26% 0.92% -
XYZ 61.39 74.13 84.47 -
YUV 216.26 134.62 98.57 -
System Red Green Blue C M Y K H S L
Decimal 175 235 228 0.26 0 0.03 0.08 173 0.6 0.8
Hex AF EB E4 1A 0 3 8 AD 3C 50
Octal 257 353 344 32 0 3 10 255 74 120
Binary 10101111 11101011 11100100 11010 0 11 1000 10101101 111100 1010000

Color Harmonies of #AFEBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBE4

Black with #AFEBE4

Text Example


Text Example

White with #AFEBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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