Html Css Color HEX #ADFBFF Pale Turquoise

📋 copy color: '#ADFBFF'

red 173 ◦ green 251 ◦ blue 255

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

Shades of Pale Turquoise #ADFBFF

Tints of Pale Turquoise #ADFBFF

RGB

 RED value IS 173 (67.97% from 255) = 25.48%

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

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

R = 25.48%
G = 36.97%
B = 37.56%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ADFBFF (or 0xADFBFF) is known color: Pale Turquoise. HEX triplet: AD, FB and FF. RGB value is (173,251,255). Sum of RGB (Red+Green+Blue) = 173+251+255=679 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.48% from 679); Green value is 251 (98.44% from 255 or 36.97% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADFBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFBFF is #520400. Grayscale: #E4E4E4. Windows color (decimal): -5374977 or 16776109. OLE color: 16776109.

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

Color convert

RGB 173 251 255 -
CMYK 0.32 0.02 0 0
HSL 182.93º 1% 0.84% -
HSV(B) 182.93º 0.32% 1% -
XYZ 69.78 85.1 107.36 -
YUV 228.13 143.16 88.67 -
System Red Green Blue C M Y K H S L
Decimal 173 251 255 0.32 0.02 0 0 182.93 1 0.84
Hex AD FB FF 20 2 0 0 B7 64 54
Octal 255 373 377 40 2 0 0 267 144 124
Binary 10101101 11111011 11111111 100000 10 0 0 10110111 1100100 1010100

Color Harmonies of #ADFBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFBFF

Black with #ADFBFF

Text Example


Text Example

White with #ADFBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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