Html Css Color HEX #AFEEEC Pale Turquoise

📋 copy color: '#AFEEEC'

red 175 ◦ green 238 ◦ blue 236

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

Shades of Pale Turquoise #AFEEEC

Tints of Pale Turquoise #AFEEEC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.67%

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

R = 26.96%
G = 36.67%
B = 36.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#AFEEEC (or 0xAFEEEC) is known color: Pale Turquoise. HEX triplet: AF, EE and EC. RGB value is (175,238,236). Sum of RGB (Red+Green+Blue) = 175+238+236=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEEEC is #501113. Grayscale: #DADADA. Windows color (decimal): -5247252 or 15527599. OLE color: 15527599.

HSL color Cylindrical-coordinate representation of color #AFEEEC: hue angle of 178.1º degrees, saturation: 0.65, 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 #AFEEEC is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 238 236 -
CMYK 0.26 0 0.01 0.07
HSL 178.1º 0.65% 0.81% -
HSV(B) 178.1º 0.26% 0.93% -
XYZ 63.39 76.32 90.75 -
YUV 218.94 137.63 96.66 -
System Red Green Blue C M Y K H S L
Decimal 175 238 236 0.26 0 0.01 0.07 178.1 0.65 0.81
Hex AF EE EC 1A 0 1 7 B2 41 51
Octal 257 356 354 32 0 1 7 262 101 121
Binary 10101111 11101110 11101100 11010 0 1 111 10110010 1000001 1010001

Color Harmonies of #AFEEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEEEC

Black with #AFEEEC

Text Example


Text Example

White with #AFEEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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