Html Css Color HEX #48E3DF Turquoise

📋 copy color: '#48E3DF'

red 72 ◦ green 227 ◦ blue 223

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

Shades of Turquoise #48E3DF

Tints of Turquoise #48E3DF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.49%

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

R = 13.79%
G = 43.49%
B = 42.72%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#48E3DF (or 0x48E3DF) is known color: Turquoise. HEX triplet: 48, E3 and DF. RGB value is (72,227,223). Sum of RGB (Red+Green+Blue) = 72+227+223=522 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.79% from 522); Green value is 227 (89.06% from 255 or 43.49% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 227 - color contains mainly: green. Hex color #48E3DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48E3DF is #B71C20. Grayscale: #B4B4B4. Windows color (decimal): -12000289 or 14672712. OLE color: 14672712.

HSL color Cylindrical-coordinate representation of color #48E3DF: hue angle of 178.45º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E3DF is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 72 227 223 -
CMYK 0.68 0 0.02 0.11
HSL 178.45º 0.73% 0.59% -
HSV(B) 178.45º 0.68% 0.89% -
XYZ 43.46 61.64 79.42 -
YUV 180.2 152.15 50.83 -
System Red Green Blue C M Y K H S L
Decimal 72 227 223 0.68 0 0.02 0.11 178.45 0.73 0.59
Hex 48 E3 DF 44 0 2 B B2 49 3B
Octal 110 343 337 104 0 2 13 262 111 73
Binary 1001000 11100011 11011111 1000100 0 10 1011 10110010 1001001 111011

Color Harmonies of #48E3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E3DF

Black with #48E3DF

Text Example


Text Example

White with #48E3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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