Html Css Color HEX #48ECDA Turquoise

📋 copy color: '#48ECDA'

red 72 ◦ green 236 ◦ blue 218

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

Shades of Turquoise #48ECDA

Tints of Turquoise #48ECDA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.87%

 BLUE value IS 218 (85.55% from 255) = 41.44%

R = 13.69%
G = 44.87%
B = 41.44%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#48ECDA (or 0x48ECDA) is known color: Turquoise. HEX triplet: 48, EC and DA. RGB value is (72,236,218). Sum of RGB (Red+Green+Blue) = 72+236+218=526 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.69% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #48ECDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48ECDA is #B71325. Grayscale: #B8B8B8. Windows color (decimal): -11997990 or 14347336. OLE color: 14347336.

HSL color Cylindrical-coordinate representation of color #48ECDA: hue angle of 173.41º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48ECDA is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 236 218 -
CMYK 0.69 0 0.08 0.07
HSL 173.41º 0.81% 0.6% -
HSV(B) 173.41º 0.69% 0.93% -
XYZ 45.32 66.43 76.76 -
YUV 184.91 146.67 47.46 -
System Red Green Blue C M Y K H S L
Decimal 72 236 218 0.69 0 0.08 0.07 173.41 0.81 0.6
Hex 48 EC DA 45 0 8 7 AD 51 3C
Octal 110 354 332 105 0 10 7 255 121 74
Binary 1001000 11101100 11011010 1000101 0 1000 111 10101101 1010001 111100

Color Harmonies of #48ECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ECDA

Black with #48ECDA

Text Example


Text Example

White with #48ECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,236,218); }

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

background-color css

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

 a { background-color: rgb(72,236,218); }

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

border-color css

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

 span { border-color: rgb(72,236,218); }

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