Html Css Color HEX #48EDD3 Turquoise

📋 copy color: '#48EDD3'

red 72 ◦ green 237 ◦ blue 211

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

Shades of Turquoise #48EDD3

Tints of Turquoise #48EDD3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.58%

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

R = 13.85%
G = 45.58%
B = 40.58%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#48EDD3 (or 0x48EDD3) is known color: Turquoise. HEX triplet: 48, ED and D3. RGB value is (72,237,211). Sum of RGB (Red+Green+Blue) = 72+237+211=520 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.85% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #48EDD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EDD3 is #B7122C. Grayscale: #B8B8B8. Windows color (decimal): -11997741 or 13888840. OLE color: 13888840.

HSL color Cylindrical-coordinate representation of color #48EDD3: hue angle of 170.55º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EDD3 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 237 211 -
CMYK 0.70 0 0.11 0.07
HSL 170.55º 0.82% 0.61% -
HSV(B) 170.55º 0.7% 0.93% -
XYZ 44.71 66.65 72.14 -
YUV 184.7 142.84 47.61 -
System Red Green Blue C M Y K H S L
Decimal 72 237 211 0.70 0 0.11 0.07 170.55 0.82 0.61
Hex 48 ED D3 46 0 B 7 AB 52 3D
Octal 110 355 323 106 0 13 7 253 122 75
Binary 1001000 11101101 11010011 1000110 0 1011 111 10101011 1010010 111101

Color Harmonies of #48EDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EDD3

Black with #48EDD3

Text Example


Text Example

White with #48EDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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