Html Css Color HEX #AFEEEF Pale Turquoise

📋 copy color: '#AFEEEF'

red 175 ◦ green 238 ◦ blue 239

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

Shades of Pale Turquoise #AFEEEF

Tints of Pale Turquoise #AFEEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.66%

R = 26.84%
G = 36.5%
B = 36.66%

CMYK

 C value IS 0.27

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFEEEF (or 0xAFEEEF) is known color: Pale Turquoise. HEX triplet: AF, EE and EF. RGB value is (175,238,239). Sum of RGB (Red+Green+Blue) = 175+238+239=652 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.84% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFEEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEEEF is #501110. Grayscale: #DBDBDB. Windows color (decimal): -5247249 or 15724207. OLE color: 15724207.

HSL color Cylindrical-coordinate representation of color #AFEEEF: hue angle of 180.94º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFEEEF is Cyan = 0.27, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 238 239 -
CMYK 0.27 0.00 0 0.06
HSL 180.94º 0.67% 0.81% -
HSV(B) 180.94º 0.27% 0.94% -
XYZ 63.83 76.5 93.06 -
YUV 219.28 139.13 96.42 -
System Red Green Blue C M Y K H S L
Decimal 175 238 239 0.27 0.00 0 0.06 180.94 0.67 0.81
Hex AF EE EF 1B 0 0 6 B5 43 51
Octal 257 356 357 33 0 0 6 265 103 121
Binary 10101111 11101110 11101111 11011 0 0 110 10110101 1000011 1010001

Color Harmonies of #AFEEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEEEF

Black with #AFEEEF

Text Example


Text Example

White with #AFEEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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