Html Css Color HEX #48DCCA Turquoise

📋 copy color: '#48DCCA'

red 72 ◦ green 220 ◦ blue 202

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

Shades of Turquoise #48DCCA

Tints of Turquoise #48DCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.89%

R = 14.57%
G = 44.53%
B = 40.89%

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

#48DCCA (or 0x48DCCA) is known color: Turquoise. HEX triplet: 48, DC and CA. RGB value is (72,220,202). Sum of RGB (Red+Green+Blue) = 72+220+202=494 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.57% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #48DCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DCCA is #B72335. Grayscale: #ADADAD. Windows color (decimal): -12002102 or 13294664. OLE color: 13294664.

HSL color Cylindrical-coordinate representation of color #48DCCA: hue angle of 172.7º 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 #48DCCA is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 220 202 -
CMYK 0.67 0 0.08 0.14
HSL 172.7º 0.68% 0.57% -
HSV(B) 172.7º 0.67% 0.86% -
XYZ 38.93 56.83 64.79 -
YUV 173.7 143.97 55.46 -
System Red Green Blue C M Y K H S L
Decimal 72 220 202 0.67 0 0.08 0.14 172.7 0.68 0.57
Hex 48 DC CA 43 0 8 E AD 44 39
Octal 110 334 312 103 0 10 16 255 104 71
Binary 1001000 11011100 11001010 1000011 0 1000 1110 10101101 1000100 111001

Color Harmonies of #48DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DCCA

Black with #48DCCA

Text Example


Text Example

White with #48DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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