Html Css Color HEX #3CFDCE Turquoise

📋 copy color: '#3CFDCE'

red 60 ◦ green 253 ◦ blue 206

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

Shades of Turquoise #3CFDCE

Tints of Turquoise #3CFDCE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.75%

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 11.56%
G = 48.75%
B = 39.69%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#3CFDCE (or 0x3CFDCE) is known color: Turquoise. HEX triplet: 3C, FD and CE. RGB value is (60,253,206). Sum of RGB (Red+Green+Blue) = 60+253+206=519 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.56% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFDCE is #C30231. Grayscale: #BDBDBD. Windows color (decimal): -12780082 or 13565244. OLE color: 13565244.

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

Color convert

RGB 60 253 206 -
CMYK 0.76 0 0.19 0.01
HSL 165.39º 0.98% 0.61% -
HSV(B) 165.39º 0.76% 0.99% -
XYZ 48.13 75.67 70.46 -
YUV 189.94 137.06 35.32 -
System Red Green Blue C M Y K H S L
Decimal 60 253 206 0.76 0 0.19 0.01 165.39 0.98 0.61
Hex 3C FD CE 4C 0 13 1 A5 62 3D
Octal 74 375 316 114 0 23 1 245 142 75
Binary 111100 11111101 11001110 1001100 0 10011 1 10100101 1100010 111101

Color Harmonies of #3CFDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFDCE

Black with #3CFDCE

Text Example


Text Example

White with #3CFDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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