Html Css Color HEX #48EED2 Turquoise

📋 copy color: '#48EED2'

red 72 ◦ green 238 ◦ blue 210

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

Shades of Turquoise #48EED2

Tints of Turquoise #48EED2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.77%

 BLUE value IS 210 (82.42% from 255) = 40.38%

R = 13.85%
G = 45.77%
B = 40.38%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#48EED2 (or 0x48EED2) is known color: Turquoise. HEX triplet: 48, EE and D2. RGB value is (72,238,210). Sum of RGB (Red+Green+Blue) = 72+238+210=520 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.85% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 210 (82.42% from 255 or 40.38% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #48EED2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EED2 is #B7112D. Grayscale: #B9B9B9. Windows color (decimal): -11997486 or 13823560. OLE color: 13823560.

HSL color Cylindrical-coordinate representation of color #48EED2: hue angle of 169.88º degrees, saturation: 0.83, 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 #48EED2 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 238 210 -
CMYK 0.70 0 0.12 0.07
HSL 169.88º 0.83% 0.61% -
HSV(B) 169.88º 0.7% 0.93% -
XYZ 44.88 67.18 71.57 -
YUV 185.17 142 47.28 -
System Red Green Blue C M Y K H S L
Decimal 72 238 210 0.70 0 0.12 0.07 169.88 0.83 0.61
Hex 48 EE D2 46 0 C 7 AA 53 3D
Octal 110 356 322 106 0 14 7 252 123 75
Binary 1001000 11101110 11010010 1000110 0 1100 111 10101010 1010011 111101

Color Harmonies of #48EED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EED2

Black with #48EED2

Text Example


Text Example

White with #48EED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,238,210); }

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

background-color css

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

 a { background-color: rgb(72,238,210); }

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

border-color css

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

 span { border-color: rgb(72,238,210); }

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