Html Css Color HEX #48ECCD Turquoise

📋 copy color: '#48ECCD'

red 72 ◦ green 236 ◦ blue 205

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

Shades of Turquoise #48ECCD

Tints of Turquoise #48ECCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.96%

R = 14.04%
G = 46%
B = 39.96%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#48ECCD (or 0x48ECCD) is known color: Turquoise. HEX triplet: 48, EC and CD. RGB value is (72,236,205). Sum of RGB (Red+Green+Blue) = 72+236+205=513 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.04% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #48ECCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48ECCD is #B71332. Grayscale: #B7B7B7. Windows color (decimal): -11998003 or 13495368. OLE color: 13495368.

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

Color convert

RGB 72 236 205 -
CMYK 0.69 0 0.13 0.07
HSL 168.66º 0.81% 0.6% -
HSV(B) 168.66º 0.69% 0.93% -
XYZ 43.69 65.78 68.15 -
YUV 183.43 140.17 48.52 -
System Red Green Blue C M Y K H S L
Decimal 72 236 205 0.69 0 0.13 0.07 168.66 0.81 0.6
Hex 48 EC CD 45 0 D 7 A9 51 3C
Octal 110 354 315 105 0 15 7 251 121 74
Binary 1001000 11101100 11001101 1000101 0 1101 111 10101001 1010001 111100

Color Harmonies of #48ECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ECCD

Black with #48ECCD

Text Example


Text Example

White with #48ECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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