Html Css Color HEX #48DDDA Turquoise

📋 copy color: '#48DDDA'

red 72 ◦ green 221 ◦ blue 218

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

Shades of Turquoise #48DDDA

Tints of Turquoise #48DDDA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.25%

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

R = 14.09%
G = 43.25%
B = 42.66%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#48DDDA (or 0x48DDDA) is known color: Turquoise. HEX triplet: 48, DD and DA. RGB value is (72,221,218). Sum of RGB (Red+Green+Blue) = 72+221+218=511 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.09% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #48DDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DDDA is #B72225. Grayscale: #AFAFAF. Windows color (decimal): -12001830 or 14343496. OLE color: 14343496.

HSL color Cylindrical-coordinate representation of color #48DDDA: hue angle of 178.79º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DDDA is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 221 218 -
CMYK 0.67 0 0.01 0.13
HSL 178.79º 0.69% 0.57% -
HSV(B) 178.79º 0.67% 0.87% -
XYZ 41.18 58.15 75.38 -
YUV 176.11 151.64 53.74 -
System Red Green Blue C M Y K H S L
Decimal 72 221 218 0.67 0 0.01 0.13 178.79 0.69 0.57
Hex 48 DD DA 43 0 1 D B3 45 39
Octal 110 335 332 103 0 1 15 263 105 71
Binary 1001000 11011101 11011010 1000011 0 1 1101 10110011 1000101 111001

Color Harmonies of #48DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DDDA

Black with #48DDDA

Text Example


Text Example

White with #48DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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