Html Css Color HEX #48CADB Medium Turquoise

📋 copy color: '#48CADB'

red 72 ◦ green 202 ◦ blue 219

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

Shades of Medium Turquoise #48CADB

Tints of Medium Turquoise #48CADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.97%

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

R = 14.6%
G = 40.97%
B = 44.42%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#48CADB (or 0x48CADB) is known color: Medium Turquoise. HEX triplet: 48, CA and DB. RGB value is (72,202,219). Sum of RGB (Red+Green+Blue) = 72+202+219=493 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.60% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #48CADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CADB is #B73524. Grayscale: #A4A4A4. Windows color (decimal): -12006693 or 14404168. OLE color: 14404168.

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

Color convert

RGB 72 202 219 -
CMYK 0.67 0.08 0 0.14
HSL 186.94º 0.67% 0.57% -
HSV(B) 186.94º 0.67% 0.86% -
XYZ 36.58 48.73 74.5 -
YUV 165.07 158.43 61.62 -
System Red Green Blue C M Y K H S L
Decimal 72 202 219 0.67 0.08 0 0.14 186.94 0.67 0.57
Hex 48 CA DB 43 8 0 E BB 43 39
Octal 110 312 333 103 10 0 16 273 103 71
Binary 1001000 11001010 11011011 1000011 1000 0 1110 10111011 1000011 111001

Color Harmonies of #48CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CADB

Black with #48CADB

Text Example


Text Example

White with #48CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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