Html Css Color HEX #48FCDC Turquoise

📋 copy color: '#48FCDC'

red 72 ◦ green 252 ◦ blue 220

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

Shades of Turquoise #48FCDC

Tints of Turquoise #48FCDC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.32%

 BLUE value IS 220 (86.33% from 255) = 40.44%

R = 13.24%
G = 46.32%
B = 40.44%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#48FCDC (or 0x48FCDC) is known color: Turquoise. HEX triplet: 48, FC and DC. RGB value is (72,252,220). Sum of RGB (Red+Green+Blue) = 72+252+220=544 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.24% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #48FCDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FCDC is #B70323. Grayscale: #C2C2C2. Windows color (decimal): -11993892 or 14482504. OLE color: 14482504.

HSL color Cylindrical-coordinate representation of color #48FCDC: hue angle of 169.33º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48FCDC is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 252 220 -
CMYK 0.71 0 0.13 0.01
HSL 169.33º 0.97% 0.64% -
HSV(B) 169.33º 0.71% 0.99% -
XYZ 50.4 76.17 79.76 -
YUV 194.53 142.37 40.6 -
System Red Green Blue C M Y K H S L
Decimal 72 252 220 0.71 0 0.13 0.01 169.33 0.97 0.64
Hex 48 FC DC 47 0 D 1 A9 61 40
Octal 110 374 334 107 0 15 1 251 141 100
Binary 1001000 11111100 11011100 1000111 0 1101 1 10101001 1100001 1000000

Color Harmonies of #48FCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FCDC

Black with #48FCDC

Text Example


Text Example

White with #48FCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,252,220); }

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

background-color css

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

 a { background-color: rgb(72,252,220); }

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

border-color css

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

 span { border-color: rgb(72,252,220); }

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