Html Css Color HEX #AFEEEE PaleTurquoise

📋 copy color: '#AFEEEE'

red 175 ◦ green 238 ◦ blue 238

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

Shades of PaleTurquoise #AFEEEE

Tints of PaleTurquoise #AFEEEE

RGB

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

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

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

R = 26.88%
G = 36.56%
B = 36.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFEEEE (or 0xAFEEEE) is known color: PaleTurquoise. HEX triplet: AF, EE and EE. RGB value is (175,238,238). Sum of RGB (Red+Green+Blue) = 175+238+238=651 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.88% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #AFEEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEEEE is #501111. Grayscale: #DBDBDB. Windows color (decimal): -5247250 or 15658671. OLE color: 15658671.

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

Color convert

RGB 175 238 238 -
CMYK 0.26 0 0 0.07
HSL 180º 0.65% 0.81% -
HSV(B) 180º 0.26% 0.93% -
XYZ 63.69 76.44 92.29 -
YUV 219.16 138.63 96.5 -
System Red Green Blue C M Y K H S L
Decimal 175 238 238 0.26 0 0 0.07 180 0.65 0.81
Hex AF EE EE 1A 0 0 7 B4 41 51
Octal 257 356 356 32 0 0 7 264 101 121
Binary 10101111 11101110 11101110 11010 0 0 111 10110100 1000001 1010001

Color Harmonies of #AFEEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEEEE

Black with #AFEEEE

Text Example


Text Example

White with #AFEEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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