Html Css Color HEX #3CDFDD Turquoise

📋 copy color: '#3CDFDD'

red 60 ◦ green 223 ◦ blue 221

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

Shades of Turquoise #3CDFDD

Tints of Turquoise #3CDFDD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.25%

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

R = 11.9%
G = 44.25%
B = 43.85%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#3CDFDD (or 0x3CDFDD) is known color: Turquoise. HEX triplet: 3C, DF and DD. RGB value is (60,223,221). Sum of RGB (Red+Green+Blue) = 60+223+221=504 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.90% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDFDD is #C32022. Grayscale: #ADADAD. Windows color (decimal): -12787747 or 14540604. OLE color: 14540604.

HSL color Cylindrical-coordinate representation of color #3CDFDD: hue angle of 179.26º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDFDD is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 223 221 -
CMYK 0.73 0 0.01 0.13
HSL 179.26º 0.72% 0.55% -
HSV(B) 179.26º 0.73% 0.87% -
XYZ 41.3 58.96 77.61 -
YUV 174.04 154.5 46.66 -
System Red Green Blue C M Y K H S L
Decimal 60 223 221 0.73 0 0.01 0.13 179.26 0.72 0.55
Hex 3C DF DD 49 0 1 D B3 48 37
Octal 74 337 335 111 0 1 15 263 110 67
Binary 111100 11011111 11011101 1001001 0 1 1101 10110011 1001000 110111

Color Harmonies of #3CDFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDFDD

Black with #3CDFDD

Text Example


Text Example

White with #3CDFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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