Html Css Color HEX #AFF3EE Pale Turquoise

📋 copy color: '#AFF3EE'

red 175 ◦ green 243 ◦ blue 238

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

Shades of Pale Turquoise #AFF3EE

Tints of Pale Turquoise #AFF3EE

RGB

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

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

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

R = 26.68%
G = 37.04%
B = 36.28%

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

#AFF3EE (or 0xAFF3EE) is known color: Pale Turquoise. HEX triplet: AF, F3 and EE. RGB value is (175,243,238). Sum of RGB (Red+Green+Blue) = 175+243+238=656 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.68% from 656); Green value is 243 (95.31% from 255 or 37.04% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF3EE is #500C11. Grayscale: #DEDEDE. Windows color (decimal): -5245970 or 15659951. OLE color: 15659951.

HSL color Cylindrical-coordinate representation of color #AFF3EE: hue angle of 175.59º 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 #AFF3EE is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 243 238 -
CMYK 0.28 0 0.02 0.05
HSL 175.59º 0.74% 0.82% -
HSV(B) 175.59º 0.28% 0.95% -
XYZ 65.16 79.39 92.78 -
YUV 222.1 136.97 94.41 -
System Red Green Blue C M Y K H S L
Decimal 175 243 238 0.28 0 0.02 0.05 175.59 0.74 0.82
Hex AF F3 EE 1C 0 2 5 B0 4A 52
Octal 257 363 356 34 0 2 5 260 112 122
Binary 10101111 11110011 11101110 11100 0 10 101 10110000 1001010 1010010

Color Harmonies of #AFF3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF3EE

Black with #AFF3EE

Text Example


Text Example

White with #AFF3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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