Html Css Color HEX #AFEAEE Pale Turquoise

📋 copy color: '#AFEAEE'

red 175 ◦ green 234 ◦ blue 238

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

Shades of Pale Turquoise #AFEAEE

Tints of Pale Turquoise #AFEAEE

RGB

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

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

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

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

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

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

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

Color convert

RGB 175 234 238 -
CMYK 0.26 0.02 0 0.07
HSL 183.81º 0.65% 0.81% -
HSV(B) 183.81º 0.26% 0.93% -
XYZ 62.53 74.13 91.9 -
YUV 216.82 139.95 98.17 -
System Red Green Blue C M Y K H S L
Decimal 175 234 238 0.26 0.02 0 0.07 183.81 0.65 0.81
Hex AF EA EE 1A 2 0 7 B8 41 51
Octal 257 352 356 32 2 0 7 270 101 121
Binary 10101111 11101010 11101110 11010 10 0 111 10111000 1000001 1010001

Color Harmonies of #AFEAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEAEE

Black with #AFEAEE

Text Example


Text Example

White with #AFEAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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