Html Css Color HEX #48F2DF Turquoise

📋 copy color: '#48F2DF'

red 72 ◦ green 242 ◦ blue 223

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

Shades of Turquoise #48F2DF

Tints of Turquoise #48F2DF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.07%

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

R = 13.41%
G = 45.07%
B = 41.53%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#48F2DF (or 0x48F2DF) is known color: Turquoise. HEX triplet: 48, F2 and DF. RGB value is (72,242,223). Sum of RGB (Red+Green+Blue) = 72+242+223=537 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.41% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #48F2DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F2DF is #B70D20. Grayscale: #BCBCBC. Windows color (decimal): -11996449 or 14676552. OLE color: 14676552.

HSL color Cylindrical-coordinate representation of color #48F2DF: hue angle of 173.29º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F2DF is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 242 223 -
CMYK 0.70 0 0.08 0.05
HSL 173.29º 0.87% 0.62% -
HSV(B) 173.29º 0.7% 0.95% -
XYZ 47.74 70.21 80.85 -
YUV 189 147.18 44.54 -
System Red Green Blue C M Y K H S L
Decimal 72 242 223 0.70 0 0.08 0.05 173.29 0.87 0.62
Hex 48 F2 DF 46 0 8 5 AD 57 3E
Octal 110 362 337 106 0 10 5 255 127 76
Binary 1001000 11110010 11011111 1000110 0 1000 101 10101101 1010111 111110

Color Harmonies of #48F2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F2DF

Black with #48F2DF

Text Example


Text Example

White with #48F2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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