Html Css Color HEX #48FADF Turquoise

📋 copy color: '#48FADF'

red 72 ◦ green 250 ◦ blue 223

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

Shades of Turquoise #48FADF

Tints of Turquoise #48FADF

RGB

 RED value IS 72 (28.52% from 255) = 13.21%

 GREEN value IS 250 (98.05% from 255) = 45.87%

 BLUE value IS 223 (87.5% from 255) = 40.92%

R = 13.21%
G = 45.87%
B = 40.92%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#48FADF (or 0x48FADF) is known color: Turquoise. HEX triplet: 48, FA and DF. RGB value is (72,250,223). Sum of RGB (Red+Green+Blue) = 72+250+223=545 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.21% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #48FADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FADF is #B70520. Grayscale: #C1C1C1. Windows color (decimal): -11994401 or 14678600. OLE color: 14678600.

HSL color Cylindrical-coordinate representation of color #48FADF: hue angle of 170.9º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48FADF is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 250 223 -
CMYK 0.71 0 0.11 0.02
HSL 170.9º 0.95% 0.63% -
HSV(B) 170.9º 0.71% 0.98% -
XYZ 50.18 75.08 81.66 -
YUV 193.7 144.53 41.2 -
System Red Green Blue C M Y K H S L
Decimal 72 250 223 0.71 0 0.11 0.02 170.9 0.95 0.63
Hex 48 FA DF 47 0 B 2 AB 5F 3F
Octal 110 372 337 107 0 13 2 253 137 77
Binary 1001000 11111010 11011111 1000111 0 1011 10 10101011 1011111 111111

Color Harmonies of #48FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FADF

Black with #48FADF

Text Example


Text Example

White with #48FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48FADF; }

 p { color: rgb(72,250,223); }

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

background-color css

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

 a { background-color: rgb(72,250,223); }

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

border-color css

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

 span { border-color: rgb(72,250,223); }

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