Html Css Color HEX #3CE0FC Turquoise

📋 copy color: '#3CE0FC'

red 60 ◦ green 224 ◦ blue 252

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

Shades of Turquoise #3CE0FC

Tints of Turquoise #3CE0FC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.79%

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

R = 11.19%
G = 41.79%
B = 47.01%

CMYK

 C value IS 0.76

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3CE0FC (or 0x3CE0FC) is known color: Turquoise. HEX triplet: 3C, E0 and FC. RGB value is (60,224,252). Sum of RGB (Red+Green+Blue) = 60+224+252=536 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.19% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #3CE0FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CE0FC is #C31F03. Grayscale: #B1B1B1. Windows color (decimal): -12787460 or 16572476. OLE color: 16572476.

HSL color Cylindrical-coordinate representation of color #3CE0FC: hue angle of 188.75º 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 #3CE0FC is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 60 224 252 -
CMYK 0.76 0.11 0 0.01
HSL 188.75º 0.97% 0.61% -
HSV(B) 188.75º 0.76% 0.99% -
XYZ 46.09 61.3 101.5 -
YUV 178.16 169.67 43.72 -
System Red Green Blue C M Y K H S L
Decimal 60 224 252 0.76 0.11 0 0.01 188.75 0.97 0.61
Hex 3C E0 FC 4C B 0 1 BD 61 3D
Octal 74 340 374 114 13 0 1 275 141 75
Binary 111100 11100000 11111100 1001100 1011 0 1 10111101 1100001 111101

Color Harmonies of #3CE0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE0FC

Black with #3CE0FC

Text Example


Text Example

White with #3CE0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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