Html Css Color HEX #3CE3FD Turquoise

📋 copy color: '#3CE3FD'

red 60 ◦ green 227 ◦ blue 253

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

Shades of Turquoise #3CE3FD

Tints of Turquoise #3CE3FD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.04%

 BLUE value IS 253 (99.22% from 255) = 46.85%

R = 11.11%
G = 42.04%
B = 46.85%

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

#3CE3FD (or 0x3CE3FD) is known color: Turquoise. HEX triplet: 3C, E3 and FD. RGB value is (60,227,253). Sum of RGB (Red+Green+Blue) = 60+227+253=540 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.11% from 540); Green value is 227 (89.06% from 255 or 42.04% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #3CE3FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CE3FD is #C31C02. Grayscale: #B3B3B3. Windows color (decimal): -12786691 or 16638780. OLE color: 16638780.

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

Color convert

RGB 60 227 253 -
CMYK 0.76 0.10 0 0.01
HSL 188.08º 0.98% 0.61% -
HSV(B) 188.08º 0.76% 0.99% -
XYZ 47.06 62.99 102.61 -
YUV 180.03 169.17 42.39 -
System Red Green Blue C M Y K H S L
Decimal 60 227 253 0.76 0.10 0 0.01 188.08 0.98 0.61
Hex 3C E3 FD 4C A 0 1 BC 62 3D
Octal 74 343 375 114 12 0 1 274 142 75
Binary 111100 11100011 11111101 1001100 1010 0 1 10111100 1100010 111101

Color Harmonies of #3CE3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE3FD

Black with #3CE3FD

Text Example


Text Example

White with #3CE3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,227,253); }

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

background-color css

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

 a { background-color: rgb(60,227,253); }

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

border-color css

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

 span { border-color: rgb(60,227,253); }

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