Html Css Color HEX #48CFCE Medium Turquoise

📋 copy color: '#48CFCE'

red 72 ◦ green 207 ◦ blue 206

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

Shades of Medium Turquoise #48CFCE

Tints of Medium Turquoise #48CFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.68%

 BLUE value IS 206 (80.86% from 255) = 42.47%

R = 14.85%
G = 42.68%
B = 42.47%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#48CFCE (or 0x48CFCE) is known color: Medium Turquoise. HEX triplet: 48, CF and CE. RGB value is (72,207,206). Sum of RGB (Red+Green+Blue) = 72+207+206=485 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.85% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #48CFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CFCE is #B73031. Grayscale: #A6A6A6. Windows color (decimal): -12005426 or 13553480. OLE color: 13553480.

HSL color Cylindrical-coordinate representation of color #48CFCE: hue angle of 179.56º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CFCE is Cyan = 0.65, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 207 206 -
CMYK 0.65 0 0.00 0.19
HSL 179.56º 0.58% 0.55% -
HSV(B) 179.56º 0.65% 0.81% -
XYZ 36.13 50.46 66.23 -
YUV 166.52 150.27 60.58 -
System Red Green Blue C M Y K H S L
Decimal 72 207 206 0.65 0 0.00 0.19 179.56 0.58 0.55
Hex 48 CF CE 41 0 0 13 B4 3A 37
Octal 110 317 316 101 0 0 23 264 72 67
Binary 1001000 11001111 11001110 1000001 0 0 10011 10110100 111010 110111

Color Harmonies of #48CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CFCE

Black with #48CFCE

Text Example


Text Example

White with #48CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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