Html Css Color HEX #AFFBFF Pale Turquoise

📋 copy color: '#AFFBFF'

red 175 ◦ green 251 ◦ blue 255

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

Shades of Pale Turquoise #AFFBFF

Tints of Pale Turquoise #AFFBFF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.86%

 BLUE value IS 255 (100% from 255) = 37.44%

R = 25.7%
G = 36.86%
B = 37.44%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AFFBFF (or 0xAFFBFF) is known color: Pale Turquoise. HEX triplet: AF, FB and FF. RGB value is (175,251,255). Sum of RGB (Red+Green+Blue) = 175+251+255=681 (90% of max value = 765). Red value is 175 (68.75% from 255 or 25.70% from 681); Green value is 251 (98.44% from 255 or 36.86% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFFBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFBFF is #500400. Grayscale: #E4E4E4. Windows color (decimal): -5243905 or 16776111. OLE color: 16776111.

HSL color Cylindrical-coordinate representation of color #AFFBFF: hue angle of 183º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFBFF is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 251 255 -
CMYK 0.31 0.02 0 0
HSL 183º 1% 0.84% -
HSV(B) 183º 0.31% 1% -
XYZ 70.23 85.33 107.38 -
YUV 228.73 142.82 89.67 -
System Red Green Blue C M Y K H S L
Decimal 175 251 255 0.31 0.02 0 0 183 1 0.84
Hex AF FB FF 1F 2 0 0 B7 64 54
Octal 257 373 377 37 2 0 0 267 144 124
Binary 10101111 11111011 11111111 11111 10 0 0 10110111 1100100 1010100

Color Harmonies of #AFFBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFBFF

Black with #AFFBFF

Text Example


Text Example

White with #AFFBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFBFF; }

 p { color: rgb(175,251,255); }

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

background-color css

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

 a { background-color: rgb(175,251,255); }

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

border-color css

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

 span { border-color: rgb(175,251,255); }

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