Html Css Color HEX #48DCCB Turquoise

📋 copy color: '#48DCCB'

red 72 ◦ green 220 ◦ blue 203

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

Shades of Turquoise #48DCCB

Tints of Turquoise #48DCCB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.44%

 BLUE value IS 203 (79.69% from 255) = 41.01%

R = 14.55%
G = 44.44%
B = 41.01%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#48DCCB (or 0x48DCCB) is known color: Turquoise. HEX triplet: 48, DC and CB. RGB value is (72,220,203). Sum of RGB (Red+Green+Blue) = 72+220+203=495 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.55% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #48DCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DCCB is #B72334. Grayscale: #ADADAD. Windows color (decimal): -12002101 or 13360200. OLE color: 13360200.

HSL color Cylindrical-coordinate representation of color #48DCCB: hue angle of 173.11º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DCCB is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 220 203 -
CMYK 0.67 0 0.08 0.14
HSL 173.11º 0.68% 0.57% -
HSV(B) 173.11º 0.67% 0.86% -
XYZ 39.05 56.88 65.42 -
YUV 173.81 144.47 55.38 -
System Red Green Blue C M Y K H S L
Decimal 72 220 203 0.67 0 0.08 0.14 173.11 0.68 0.57
Hex 48 DC CB 43 0 8 E AD 44 39
Octal 110 334 313 103 0 10 16 255 104 71
Binary 1001000 11011100 11001011 1000011 0 1000 1110 10101101 1000100 111001

Color Harmonies of #48DCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DCCB

Black with #48DCCB

Text Example


Text Example

White with #48DCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,220,203); }

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

background-color css

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

 a { background-color: rgb(72,220,203); }

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

border-color css

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

 span { border-color: rgb(72,220,203); }

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