Html Css Color HEX #AFEEFF Pale Turquoise

📋 copy color: '#AFEEFF'

red 175 ◦ green 238 ◦ blue 255

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

Shades of Pale Turquoise #AFEEFF

Tints of Pale Turquoise #AFEEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.17%

R = 26.2%
G = 35.63%
B = 38.17%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AFEEFF (or 0xAFEEFF) is known color: Pale Turquoise. HEX triplet: AF, EE and FF. RGB value is (175,238,255). Sum of RGB (Red+Green+Blue) = 175+238+255=668 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.20% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFEEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEEFF is #501100. Grayscale: #DCDCDC. Windows color (decimal): -5247233 or 16772783. OLE color: 16772783.

HSL color Cylindrical-coordinate representation of color #AFEEFF: hue angle of 192.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFEEFF is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 238 255 -
CMYK 0.31 0.07 0 0
HSL 192.75º 1% 0.84% -
HSV(B) 192.75º 0.31% 1% -
XYZ 66.3 77.48 106.07 -
YUV 221.1 147.13 95.12 -
System Red Green Blue C M Y K H S L
Decimal 175 238 255 0.31 0.07 0 0 192.75 1 0.84
Hex AF EE FF 1F 7 0 0 C1 64 54
Octal 257 356 377 37 7 0 0 301 144 124
Binary 10101111 11101110 11111111 11111 111 0 0 11000001 1100100 1010100

Color Harmonies of #AFEEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEEFF

Black with #AFEEFF

Text Example


Text Example

White with #AFEEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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