Html Css Color HEX #48ECDF Turquoise

📋 copy color: '#48ECDF'

red 72 ◦ green 236 ◦ blue 223

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

Shades of Turquoise #48ECDF

Tints of Turquoise #48ECDF

RGB

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

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

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

R = 13.56%
G = 44.44%
B = 42%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#48ECDF (or 0x48ECDF) is known color: Turquoise. HEX triplet: 48, EC and DF. RGB value is (72,236,223). Sum of RGB (Red+Green+Blue) = 72+236+223=531 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.56% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #48ECDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48ECDF is #B71320. Grayscale: #B9B9B9. Windows color (decimal): -11997985 or 14675016. OLE color: 14675016.

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

Color convert

RGB 72 236 223 -
CMYK 0.69 0 0.06 0.07
HSL 175.24º 0.81% 0.6% -
HSV(B) 175.24º 0.69% 0.93% -
XYZ 45.99 66.7 80.26 -
YUV 185.48 149.17 47.06 -
System Red Green Blue C M Y K H S L
Decimal 72 236 223 0.69 0 0.06 0.07 175.24 0.81 0.6
Hex 48 EC DF 45 0 6 7 AF 51 3C
Octal 110 354 337 105 0 6 7 257 121 74
Binary 1001000 11101100 11011111 1000101 0 110 111 10101111 1010001 111100

Color Harmonies of #48ECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ECDF

Black with #48ECDF

Text Example


Text Example

White with #48ECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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