Html Css Color HEX #AFEEEA Pale Turquoise

📋 copy color: '#AFEEEA'

red 175 ◦ green 238 ◦ blue 234

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

Shades of Pale Turquoise #AFEEEA

Tints of Pale Turquoise #AFEEEA

RGB

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

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

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

R = 27.05%
G = 36.79%
B = 36.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#AFEEEA (or 0xAFEEEA) is known color: Pale Turquoise. HEX triplet: AF, EE and EA. RGB value is (175,238,234). Sum of RGB (Red+Green+Blue) = 175+238+234=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEEEA is #501115. Grayscale: #DADADA. Windows color (decimal): -5247254 or 15396527. OLE color: 15396527.

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

Color convert

RGB 175 238 234 -
CMYK 0.26 0 0.02 0.07
HSL 176.19º 0.65% 0.81% -
HSV(B) 176.19º 0.26% 0.93% -
XYZ 63.11 76.2 89.22 -
YUV 218.71 136.63 96.83 -
System Red Green Blue C M Y K H S L
Decimal 175 238 234 0.26 0 0.02 0.07 176.19 0.65 0.81
Hex AF EE EA 1A 0 2 7 B0 41 51
Octal 257 356 352 32 0 2 7 260 101 121
Binary 10101111 11101110 11101010 11010 0 10 111 10110000 1000001 1010001

Color Harmonies of #AFEEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEEEA

Black with #AFEEEA

Text Example


Text Example

White with #AFEEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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