Html Css Color HEX #48FFD3 Turquoise

📋 copy color: '#48FFD3'

red 72 ◦ green 255 ◦ blue 211

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

Shades of Turquoise #48FFD3

Tints of Turquoise #48FFD3

RGB

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

 GREEN value IS 255 (100% from 255) = 47.4%

 BLUE value IS 211 (82.81% from 255) = 39.22%

R = 13.38%
G = 47.4%
B = 39.22%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#48FFD3 (or 0x48FFD3) is known color: Turquoise. HEX triplet: 48, FF and D3. RGB value is (72,255,211). Sum of RGB (Red+Green+Blue) = 72+255+211=538 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.38% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 211 (82.81% from 255 or 39.22% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FFD3 is #B7002C. Grayscale: #C3C3C3. Windows color (decimal): -11993133 or 13893448. OLE color: 13893448.

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

Color convert

RGB 72 255 211 -
CMYK 0.72 0 0.17 0
HSL 165.57º 1% 0.64% -
HSV(B) 165.57º 0.72% 1% -
XYZ 50.19 77.6 73.96 -
YUV 195.27 136.87 40.08 -
System Red Green Blue C M Y K H S L
Decimal 72 255 211 0.72 0 0.17 0 165.57 1 0.64
Hex 48 FF D3 48 0 11 0 A6 64 40
Octal 110 377 323 110 0 21 0 246 144 100
Binary 1001000 11111111 11010011 1001000 0 10001 0 10100110 1100100 1000000

Color Harmonies of #48FFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FFD3

Black with #48FFD3

Text Example


Text Example

White with #48FFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,255,211); }

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

background-color css

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

 a { background-color: rgb(72,255,211); }

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

border-color css

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

 span { border-color: rgb(72,255,211); }

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