Html Css Color HEX #AFF3EF Pale Turquoise

📋 copy color: '#AFF3EF'

red 175 ◦ green 243 ◦ blue 239

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

Shades of Pale Turquoise #AFF3EF

Tints of Pale Turquoise #AFF3EF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.99%

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

R = 26.64%
G = 36.99%
B = 36.38%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#AFF3EF (or 0xAFF3EF) is known color: Pale Turquoise. HEX triplet: AF, F3 and EF. RGB value is (175,243,239). Sum of RGB (Red+Green+Blue) = 175+243+239=657 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.64% from 657); Green value is 243 (95.31% from 255 or 36.99% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF3EF is #500C10. Grayscale: #DEDEDE. Windows color (decimal): -5245969 or 15725487. OLE color: 15725487.

HSL color Cylindrical-coordinate representation of color #AFF3EF: hue angle of 176.47º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF3EF is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 243 239 -
CMYK 0.28 0 0.02 0.05
HSL 176.47º 0.74% 0.82% -
HSV(B) 176.47º 0.28% 0.95% -
XYZ 65.31 79.45 93.55 -
YUV 222.21 137.47 94.33 -
System Red Green Blue C M Y K H S L
Decimal 175 243 239 0.28 0 0.02 0.05 176.47 0.74 0.82
Hex AF F3 EF 1C 0 2 5 B0 4A 52
Octal 257 363 357 34 0 2 5 260 112 122
Binary 10101111 11110011 11101111 11100 0 10 101 10110000 1001010 1010010

Color Harmonies of #AFF3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF3EF

Black with #AFF3EF

Text Example


Text Example

White with #AFF3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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