Html Css Color HEX #AFEFF3 Pale Turquoise

📋 copy color: '#AFEFF3'

red 175 ◦ green 239 ◦ blue 243

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

Shades of Pale Turquoise #AFEFF3

Tints of Pale Turquoise #AFEFF3

RGB

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

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

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

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

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

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

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

Color convert

RGB 175 239 243 -
CMYK 0.28 0.02 0 0.05
HSL 183.53º 0.74% 0.82% -
HSV(B) 183.53º 0.28% 0.95% -
XYZ 64.72 77.32 96.31 -
YUV 220.32 140.8 95.67 -
System Red Green Blue C M Y K H S L
Decimal 175 239 243 0.28 0.02 0 0.05 183.53 0.74 0.82
Hex AF EF F3 1C 2 0 5 B8 4A 52
Octal 257 357 363 34 2 0 5 270 112 122
Binary 10101111 11101111 11110011 11100 10 0 101 10111000 1001010 1010010

Color Harmonies of #AFEFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEFF3

Black with #AFEFF3

Text Example


Text Example

White with #AFEFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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