Html Css Color HEX #AFF6ED Pale Turquoise

📋 copy color: '#AFF6ED'

red 175 ◦ green 246 ◦ blue 237

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

Shades of Pale Turquoise #AFF6ED

Tints of Pale Turquoise #AFF6ED

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.39%

 BLUE value IS 237 (92.97% from 255) = 36.02%

R = 26.6%
G = 37.39%
B = 36.02%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#AFF6ED (or 0xAFF6ED) is known color: Pale Turquoise. HEX triplet: AF, F6 and ED. RGB value is (175,246,237). Sum of RGB (Red+Green+Blue) = 175+246+237=658 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.60% from 658); Green value is 246 (96.48% from 255 or 37.39% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF6ED is #500912. Grayscale: #DFDFDF. Windows color (decimal): -5245203 or 15595183. OLE color: 15595183.

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

Color convert

RGB 175 246 237 -
CMYK 0.29 0 0.04 0.04
HSL 172.39º 0.8% 0.83% -
HSV(B) 172.39º 0.29% 0.96% -
XYZ 65.92 81.14 92.31 -
YUV 223.75 135.48 93.23 -
System Red Green Blue C M Y K H S L
Decimal 175 246 237 0.29 0 0.04 0.04 172.39 0.8 0.83
Hex AF F6 ED 1D 0 4 4 AC 50 53
Octal 257 366 355 35 0 4 4 254 120 123
Binary 10101111 11110110 11101101 11101 0 100 100 10101100 1010000 1010011

Color Harmonies of #AFF6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF6ED

Black with #AFF6ED

Text Example


Text Example

White with #AFF6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF6ED; }

 p { color: rgb(175,246,237); }

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

background-color css

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

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

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

border-color css

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

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

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