Html Css Color HEX #48CDDB Medium Turquoise

📋 copy color: '#48CDDB'

red 72 ◦ green 205 ◦ blue 219

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

Shades of Medium Turquoise #48CDDB

Tints of Medium Turquoise #48CDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.33%

 BLUE value IS 219 (85.94% from 255) = 44.15%

R = 14.52%
G = 41.33%
B = 44.15%

CMYK

 C value IS 0.67

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#48CDDB (or 0x48CDDB) is known color: Medium Turquoise. HEX triplet: 48, CD and DB. RGB value is (72,205,219). Sum of RGB (Red+Green+Blue) = 72+205+219=496 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.52% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #48CDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CDDB is #B73224. Grayscale: #A6A6A6. Windows color (decimal): -12005925 or 14404936. OLE color: 14404936.

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

Color convert

RGB 72 205 219 -
CMYK 0.67 0.06 0 0.14
HSL 185.71º 0.67% 0.57% -
HSV(B) 185.71º 0.67% 0.86% -
XYZ 37.29 50.15 74.73 -
YUV 166.83 157.44 60.36 -
System Red Green Blue C M Y K H S L
Decimal 72 205 219 0.67 0.06 0 0.14 185.71 0.67 0.57
Hex 48 CD DB 43 6 0 E BA 43 39
Octal 110 315 333 103 6 0 16 272 103 71
Binary 1001000 11001101 11011011 1000011 110 0 1110 10111010 1000011 111001

Color Harmonies of #48CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CDDB

Black with #48CDDB

Text Example


Text Example

White with #48CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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