Html Css Color HEX #48CFCD Medium Turquoise

📋 copy color: '#48CFCD'

red 72 ◦ green 207 ◦ blue 205

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

Shades of Medium Turquoise #48CFCD

Tints of Medium Turquoise #48CFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.36%

R = 14.88%
G = 42.77%
B = 42.36%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#48CFCD (or 0x48CFCD) is known color: Medium Turquoise. HEX triplet: 48, CF and CD. RGB value is (72,207,205). Sum of RGB (Red+Green+Blue) = 72+207+205=484 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.88% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #48CFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CFCD is #B73032. Grayscale: #A6A6A6. Windows color (decimal): -12005427 or 13487944. OLE color: 13487944.

HSL color Cylindrical-coordinate representation of color #48CFCD: hue angle of 179.11º 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 #48CFCD is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 207 205 -
CMYK 0.65 0 0.01 0.19
HSL 179.11º 0.58% 0.55% -
HSV(B) 179.11º 0.65% 0.81% -
XYZ 36 50.41 65.59 -
YUV 166.41 149.77 60.66 -
System Red Green Blue C M Y K H S L
Decimal 72 207 205 0.65 0 0.01 0.19 179.11 0.58 0.55
Hex 48 CF CD 41 0 1 13 B3 3A 37
Octal 110 317 315 101 0 1 23 263 72 67
Binary 1001000 11001111 11001101 1000001 0 1 10011 10110011 111010 110111

Color Harmonies of #48CFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CFCD

Black with #48CFCD

Text Example


Text Example

White with #48CFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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