Html Css Color HEX #48DCDF Turquoise

📋 copy color: '#48DCDF'

red 72 ◦ green 220 ◦ blue 223

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

Shades of Turquoise #48DCDF

Tints of Turquoise #48DCDF

RGB

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

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

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

R = 13.98%
G = 42.72%
B = 43.3%

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#48DCDF (or 0x48DCDF) is known color: Turquoise. HEX triplet: 48, DC and DF. RGB value is (72,220,223). Sum of RGB (Red+Green+Blue) = 72+220+223=515 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.98% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #48DCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DCDF is #B72320. Grayscale: #AFAFAF. Windows color (decimal): -12002081 or 14670920. OLE color: 14670920.

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

Color convert

RGB 72 220 223 -
CMYK 0.68 0.01 0 0.13
HSL 181.19º 0.7% 0.58% -
HSV(B) 181.19º 0.68% 0.87% -
XYZ 41.58 57.89 78.79 -
YUV 176.09 154.47 53.76 -
System Red Green Blue C M Y K H S L
Decimal 72 220 223 0.68 0.01 0 0.13 181.19 0.7 0.58
Hex 48 DC DF 44 1 0 D B5 46 3A
Octal 110 334 337 104 1 0 15 265 106 72
Binary 1001000 11011100 11011111 1000100 1 0 1101 10110101 1000110 111010

Color Harmonies of #48DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DCDF

Black with #48DCDF

Text Example


Text Example

White with #48DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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