Html Css Color HEX #AFF7EE Pale Turquoise

📋 copy color: '#AFF7EE'

red 175 ◦ green 247 ◦ blue 238

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

Shades of Pale Turquoise #AFF7EE

Tints of Pale Turquoise #AFF7EE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.42%

 BLUE value IS 238 (93.36% from 255) = 36.06%

R = 26.52%
G = 37.42%
B = 36.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#AFF7EE (or 0xAFF7EE) is known color: Pale Turquoise. HEX triplet: AF, F7 and EE. RGB value is (175,247,238). Sum of RGB (Red+Green+Blue) = 175+247+238=660 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.52% from 660); Green value is 247 (96.88% from 255 or 37.42% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF7EE is #500811. Grayscale: #E0E0E0. Windows color (decimal): -5244946 or 15660975. OLE color: 15660975.

HSL color Cylindrical-coordinate representation of color #AFF7EE: hue angle of 172.5º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF7EE is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 247 238 -
CMYK 0.29 0 0.04 0.03
HSL 172.5º 0.82% 0.83% -
HSV(B) 172.5º 0.29% 0.97% -
XYZ 66.37 81.81 93.18 -
YUV 224.45 135.65 92.73 -
System Red Green Blue C M Y K H S L
Decimal 175 247 238 0.29 0 0.04 0.03 172.5 0.82 0.83
Hex AF F7 EE 1D 0 4 3 AC 52 53
Octal 257 367 356 35 0 4 3 254 122 123
Binary 10101111 11110111 11101110 11101 0 100 11 10101100 1010010 1010011

Color Harmonies of #AFF7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF7EE

Black with #AFF7EE

Text Example


Text Example

White with #AFF7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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