#48FCCA

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

Shades of Turquoise #48FCCA

Tints of Turquoise #48FCCA

Color information

#48FCCA (or 0x48FCCA) is unknown color: approx Turquoise. HEX triplet: 48, FC and CA. RGB value is (72,252,202). Sum of RGB (Red+Green+Blue) = 72+252+202=526 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.69% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #48FCCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FCCA is #B70335. Grayscale: #C0C0C0. Windows color (decimal): -11993910 or 13302856. OLE color: 13302856.

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

Color convert

RGB72252202-
CMYK0.7100.200.01
HSL163.33º96.77%63.53%-
HSV(B)163.33º71.43%98.82%-
XYZ48.1475.2667.87-
YUV192.48133.3742.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.69%
GREEN value IS 252 (98.83% from 255) = 47.91%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=13.69%
G=47.91%
B=38.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal722522020.7100.200.01163.3396.7763.53
Hex48FCCA470141a36140
Octal1103743121070241243141100
Binary10010001111110011001010100011101010011010001111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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