Html Css Color HEX #48D6CF Medium Turquoise

📋 copy color: '#48D6CF'

red 72 ◦ green 214 ◦ blue 207

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

Shades of Medium Turquoise #48D6CF

Tints of Medium Turquoise #48D6CF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.41%

 BLUE value IS 207 (81.25% from 255) = 41.99%

R = 14.6%
G = 43.41%
B = 41.99%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#48D6CF (or 0x48D6CF) is known color: Medium Turquoise. HEX triplet: 48, D6 and CF. RGB value is (72,214,207). Sum of RGB (Red+Green+Blue) = 72+214+207=493 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.60% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #48D6CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D6CF is #B72930. Grayscale: #AAAAAA. Windows color (decimal): -12003633 or 13620808. OLE color: 13620808.

HSL color Cylindrical-coordinate representation of color #48D6CF: hue angle of 177.04º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D6CF is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 214 207 -
CMYK 0.66 0 0.03 0.16
HSL 177.04º 0.63% 0.56% -
HSV(B) 177.04º 0.66% 0.84% -
XYZ 37.98 53.98 67.45 -
YUV 170.74 148.46 57.57 -
System Red Green Blue C M Y K H S L
Decimal 72 214 207 0.66 0 0.03 0.16 177.04 0.63 0.56
Hex 48 D6 CF 42 0 3 10 B1 3F 38
Octal 110 326 317 102 0 3 20 261 77 70
Binary 1001000 11010110 11001111 1000010 0 11 10000 10110001 111111 111000

Color Harmonies of #48D6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D6CF

Black with #48D6CF

Text Example


Text Example

White with #48D6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,214,207); }

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

background-color css

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

 a { background-color: rgb(72,214,207); }

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

border-color css

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

 span { border-color: rgb(72,214,207); }

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