Html Css Color HEX #3CFCDD Turquoise

📋 copy color: '#3CFCDD'

red 60 ◦ green 252 ◦ blue 221

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

Shades of Turquoise #3CFCDD

Tints of Turquoise #3CFCDD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.28%

 BLUE value IS 221 (86.72% from 255) = 41.46%

R = 11.26%
G = 47.28%
B = 41.46%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#3CFCDD (or 0x3CFCDD) is known color: Turquoise. HEX triplet: 3C, FC and DD. RGB value is (60,252,221). Sum of RGB (Red+Green+Blue) = 60+252+221=533 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.26% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFCDD is #C30322. Grayscale: #BEBEBE. Windows color (decimal): -12780323 or 14548028. OLE color: 14548028.

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

Color convert

RGB 60 252 221 -
CMYK 0.76 0 0.12 0.01
HSL 170.31º 0.97% 0.61% -
HSV(B) 170.31º 0.76% 0.99% -
XYZ 49.73 75.8 80.42 -
YUV 191.06 144.89 34.52 -
System Red Green Blue C M Y K H S L
Decimal 60 252 221 0.76 0 0.12 0.01 170.31 0.97 0.61
Hex 3C FC DD 4C 0 C 1 AA 61 3D
Octal 74 374 335 114 0 14 1 252 141 75
Binary 111100 11111100 11011101 1001100 0 1100 1 10101010 1100001 111101

Color Harmonies of #3CFCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFCDD

Black with #3CFCDD

Text Example


Text Example

White with #3CFCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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