Html Css Color HEX #48FDC4 Turquoise

📋 copy color: '#48FDC4'

red 72 ◦ green 253 ◦ blue 196

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

Shades of Turquoise #48FDC4

Tints of Turquoise #48FDC4

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.56%

 BLUE value IS 196 (76.95% from 255) = 37.62%

R = 13.82%
G = 48.56%
B = 37.62%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#48FDC4 (or 0x48FDC4) is known color: Turquoise. HEX triplet: 48, FD and C4. RGB value is (72,253,196). Sum of RGB (Red+Green+Blue) = 72+253+196=521 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.82% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #48FDC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FDC4 is #B7023B. Grayscale: #C0C0C0. Windows color (decimal): -11993660 or 12909896. OLE color: 12909896.

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

Color convert

RGB 72 253 196 -
CMYK 0.72 0 0.23 0.01
HSL 161.11º 0.98% 0.64% -
HSV(B) 161.11º 0.72% 0.99% -
XYZ 47.76 75.61 64.3 -
YUV 192.38 130.03 42.13 -
System Red Green Blue C M Y K H S L
Decimal 72 253 196 0.72 0 0.23 0.01 161.11 0.98 0.64
Hex 48 FD C4 48 0 17 1 A1 62 40
Octal 110 375 304 110 0 27 1 241 142 100
Binary 1001000 11111101 11000100 1001000 0 10111 1 10100001 1100010 1000000

Color Harmonies of #48FDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FDC4

Black with #48FDC4

Text Example


Text Example

White with #48FDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,253,196); }

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

background-color css

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

 a { background-color: rgb(72,253,196); }

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

border-color css

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

 span { border-color: rgb(72,253,196); }

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