Html Css Color HEX #3CE2FC Turquoise

📋 copy color: '#3CE2FC'

red 60 ◦ green 226 ◦ blue 252

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

Shades of Turquoise #3CE2FC

Tints of Turquoise #3CE2FC

RGB

 RED value IS 60 (23.83% from 255) = 11.15%

 GREEN value IS 226 (88.67% from 255) = 42.01%

 BLUE value IS 252 (98.83% from 255) = 46.84%

R = 11.15%
G = 42.01%
B = 46.84%

CMYK

 C value IS 0.76

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3CE2FC (or 0x3CE2FC) is known color: Turquoise. HEX triplet: 3C, E2 and FC. RGB value is (60,226,252). Sum of RGB (Red+Green+Blue) = 60+226+252=538 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.15% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #3CE2FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CE2FC is #C31D03. Grayscale: #B3B3B3. Windows color (decimal): -12786948 or 16572988. OLE color: 16572988.

HSL color Cylindrical-coordinate representation of color #3CE2FC: hue angle of 188.12º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CE2FC is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 60 226 252 -
CMYK 0.76 0.10 0 0.01
HSL 188.13º 0.97% 0.61% -
HSV(B) 188.13º 0.76% 0.99% -
XYZ 46.63 62.38 101.68 -
YUV 179.33 169 42.89 -
System Red Green Blue C M Y K H S L
Decimal 60 226 252 0.76 0.10 0 0.01 188.13 0.97 0.61
Hex 3C E2 FC 4C A 0 1 BC 61 3D
Octal 74 342 374 114 12 0 1 274 141 75
Binary 111100 11100010 11111100 1001100 1010 0 1 10111100 1100001 111101

Color Harmonies of #3CE2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE2FC

Black with #3CE2FC

Text Example


Text Example

White with #3CE2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,226,252); }

 H1.HeaderClassName
 {
   color: #3CE2FC;
 }
 .AnyTagClassName
 {
   color: #3CE2FC;
 }
</style>

background-color css

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

 a { background-color: rgb(60,226,252); }

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

border-color css

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

 span { border-color: rgb(60,226,252); }

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