#48FCCE

Color #48FCCE Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #48FCCE

Tints of Turquoise #48FCCE

Color information

#48FCCE (or 0x48FCCE) is unknown color: approx Turquoise. HEX triplet: 48, FC and CE. RGB value is (72,252,206). Sum of RGB (Red+Green+Blue) = 72+252+206=530 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.58% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #48FCCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FCCE is #B70331. Grayscale: #C0C0C0. Windows color (decimal): -11993906 or 13565000. OLE color: 13565000.

HSL color Cylindrical-coordinate representation of color #48FCCE: hue angle of 164.67º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48FCCE is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB72252206-
CMYK0.7100.180.01
HSL164.67º96.77%63.53%-
HSV(B)164.67º71.43%98.82%-
XYZ48.6275.4570.39-
YUV192.94135.3741.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.58%
GREEN value IS 252 (98.83% from 255) = 47.55%
BLUE value IS 206 (80.86% from 255) = 38.87%
R=13.58%
G=47.55%
B=38.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal722522060.7100.180.01164.6796.7763.53
Hex48FCCE470121a56140
Octal1103743161070221245141100
Binary10010001111110011001110100011101001011010010111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48FCCE;
 }
 .AnyTagClassName
 {
   color: #48FCCE;
 }
</style>
background-color css

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

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

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

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

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

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