Html Css Color HEX #48CACF Medium Turquoise

📋 copy color: '#48CACF'

red 72 ◦ green 202 ◦ blue 207

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

Shades of Medium Turquoise #48CACF

Tints of Medium Turquoise #48CACF

RGB

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

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

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

R = 14.97%
G = 42%
B = 43.04%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#48CACF (or 0x48CACF) is known color: Medium Turquoise. HEX triplet: 48, CA and CF. RGB value is (72,202,207). Sum of RGB (Red+Green+Blue) = 72+202+207=481 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.97% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #48CACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CACF is #B73530. Grayscale: #A3A3A3. Windows color (decimal): -12006705 or 13617736. OLE color: 13617736.

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

Color convert

RGB 72 202 207 -
CMYK 0.65 0.02 0 0.19
HSL 182.22º 0.58% 0.55% -
HSV(B) 182.22º 0.65% 0.81% -
XYZ 35.06 48.12 66.47 -
YUV 163.7 152.43 62.59 -
System Red Green Blue C M Y K H S L
Decimal 72 202 207 0.65 0.02 0 0.19 182.22 0.58 0.55
Hex 48 CA CF 41 2 0 13 B6 3A 37
Octal 110 312 317 101 2 0 23 266 72 67
Binary 1001000 11001010 11001111 1000001 10 0 10011 10110110 111010 110111

Color Harmonies of #48CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CACF

Black with #48CACF

Text Example


Text Example

White with #48CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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