Html Css Color HEX #48CFCA Medium Turquoise

📋 copy color: '#48CFCA'

red 72 ◦ green 207 ◦ blue 202

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

Shades of Medium Turquoise #48CFCA

Tints of Medium Turquoise #48CFCA

RGB

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

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

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

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

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

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

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

Color convert

RGB 72 207 202 -
CMYK 0.65 0 0.02 0.19
HSL 177.78º 0.58% 0.55% -
HSV(B) 177.78º 0.65% 0.81% -
XYZ 35.65 50.27 63.7 -
YUV 166.07 148.27 60.91 -
System Red Green Blue C M Y K H S L
Decimal 72 207 202 0.65 0 0.02 0.19 177.78 0.58 0.55
Hex 48 CF CA 41 0 2 13 B2 3A 37
Octal 110 317 312 101 0 2 23 262 72 67
Binary 1001000 11001111 11001010 1000001 0 10 10011 10110010 111010 110111

Color Harmonies of #48CFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CFCA

Black with #48CFCA

Text Example


Text Example

White with #48CFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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