Html Css Color HEX #48CDDF Medium Turquoise

📋 copy color: '#48CDDF'

red 72 ◦ green 205 ◦ blue 223

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

Shades of Medium Turquoise #48CDDF

Tints of Medium Turquoise #48CDDF

RGB

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

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

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

R = 14.4%
G = 41%
B = 44.6%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#48CDDF (or 0x48CDDF) is known color: Medium Turquoise. HEX triplet: 48, CD and DF. RGB value is (72,205,223). Sum of RGB (Red+Green+Blue) = 72+205+223=500 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.4% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #48CDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CDDF is #B73220. Grayscale: #A7A7A7. Windows color (decimal): -12005921 or 14667080. OLE color: 14667080.

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

Color convert

RGB 72 205 223 -
CMYK 0.68 0.08 0 0.13
HSL 187.15º 0.7% 0.58% -
HSV(B) 187.15º 0.68% 0.87% -
XYZ 37.82 50.37 77.54 -
YUV 167.29 159.44 60.04 -
System Red Green Blue C M Y K H S L
Decimal 72 205 223 0.68 0.08 0 0.13 187.15 0.7 0.58
Hex 48 CD DF 44 8 0 D BB 46 3A
Octal 110 315 337 104 10 0 15 273 106 72
Binary 1001000 11001101 11011111 1000100 1000 0 1101 10111011 1000110 111010

Color Harmonies of #48CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CDDF

Black with #48CDDF

Text Example


Text Example

White with #48CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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