Html Css Color HEX #48CADF Medium Turquoise

📋 copy color: '#48CADF'

red 72 ◦ green 202 ◦ blue 223

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

Shades of Medium Turquoise #48CADF

Tints of Medium Turquoise #48CADF

RGB

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

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

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

R = 14.49%
G = 40.64%
B = 44.87%

CMYK

 C value IS 0.68

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#48CADF (or 0x48CADF) is known color: Medium Turquoise. HEX triplet: 48, CA and DF. RGB value is (72,202,223). Sum of RGB (Red+Green+Blue) = 72+202+223=497 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.49% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #48CADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CADF is #B73520. Grayscale: #A5A5A5. Windows color (decimal): -12006689 or 14666312. OLE color: 14666312.

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

Color convert

RGB 72 202 223 -
CMYK 0.68 0.09 0 0.13
HSL 188.34º 0.7% 0.58% -
HSV(B) 188.34º 0.68% 0.87% -
XYZ 37.11 48.95 77.3 -
YUV 165.52 160.43 61.29 -
System Red Green Blue C M Y K H S L
Decimal 72 202 223 0.68 0.09 0 0.13 188.34 0.7 0.58
Hex 48 CA DF 44 9 0 D BC 46 3A
Octal 110 312 337 104 11 0 15 274 106 72
Binary 1001000 11001010 11011111 1000100 1001 0 1101 10111100 1000110 111010

Color Harmonies of #48CADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CADF

Black with #48CADF

Text Example


Text Example

White with #48CADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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