#3CCFE4

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

Shades of Medium Turquoise #3CCFE4

Tints of Medium Turquoise #3CCFE4

Color information

#3CCFE4 (or 0x3CCFE4) is unknown color: approx Medium Turquoise. HEX triplet: 3C, CF and E4. RGB value is (60,207,228). Sum of RGB (Red+Green+Blue) = 60+207+228=495 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.12% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 228 (89.45% from 255 or 46.06% from 495); Max value from RGB is 228 - color contains mainly: blue. Hex color #3CCFE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCFE4 is #C3301B. Grayscale: #A5A5A5. Windows color (decimal): -12791836 or 14995260. OLE color: 14995260.

HSL color Cylindrical-coordinate representation of color #3CCFE4: hue angle of 187.5º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CCFE4 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB60207228-
CMYK0.740.0900.11
HSL187.5º75.68%56.47%-
HSV(B)187.5º73.68%89.41%-
XYZ38.1851.1981.27-
YUV165.44163.352.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.12%
GREEN value IS 207 (81.25% from 255) = 41.82%
BLUE value IS 228 (89.45% from 255) = 46.06%
R=12.12%
G=41.82%
B=46.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal602072280.740.0900.11187.575.6856.47
Hex3CCFE44A90Bbc4c38
Octal743173441121101327411470
Binary11110011001111111001001001010100101011101111001001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CCFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CCFE4; }

 p { color: rgb(60,207,228); }

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

<style>
 a { background-color: #3CCFE4; }

 a { background-color: rgb(60,207,228); }

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

<style>
 span { border-color: #3CCFE4; }

 span { border-color: rgb(60,207,228); }

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