Html Css Color HEX #48EEC2 Turquoise

📋 copy color: '#48EEC2'

red 72 ◦ green 238 ◦ blue 194

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

Shades of Turquoise #48EEC2

Tints of Turquoise #48EEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.49%

R = 14.29%
G = 47.22%
B = 38.49%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#48EEC2 (or 0x48EEC2) is known color: Turquoise. HEX triplet: 48, EE and C2. RGB value is (72,238,194). Sum of RGB (Red+Green+Blue) = 72+238+194=504 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.29% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #48EEC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EEC2 is #B7113D. Grayscale: #B7B7B7. Windows color (decimal): -11997502 or 12774984. OLE color: 12774984.

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

Color convert

RGB 72 238 194 -
CMYK 0.70 0 0.18 0.07
HSL 164.1º 0.83% 0.61% -
HSV(B) 164.1º 0.7% 0.93% -
XYZ 42.98 66.42 61.59 -
YUV 183.35 134 48.58 -
System Red Green Blue C M Y K H S L
Decimal 72 238 194 0.70 0 0.18 0.07 164.1 0.83 0.61
Hex 48 EE C2 46 0 12 7 A4 53 3D
Octal 110 356 302 106 0 22 7 244 123 75
Binary 1001000 11101110 11000010 1000110 0 10010 111 10100100 1010011 111101

Color Harmonies of #48EEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EEC2

Black with #48EEC2

Text Example


Text Example

White with #48EEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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