Html Css Color HEX #3CDFCA Turquoise

📋 copy color: '#3CDFCA'

red 60 ◦ green 223 ◦ blue 202

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

Shades of Turquoise #3CDFCA

Tints of Turquoise #3CDFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.65%

R = 12.37%
G = 45.98%
B = 41.65%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#3CDFCA (or 0x3CDFCA) is known color: Turquoise. HEX triplet: 3C, DF and CA. RGB value is (60,223,202). Sum of RGB (Red+Green+Blue) = 60+223+202=485 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.37% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDFCA is #C32035. Grayscale: #ABABAB. Windows color (decimal): -12787766 or 13295420. OLE color: 13295420.

HSL color Cylindrical-coordinate representation of color #3CDFCA: hue angle of 172.27º 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 #3CDFCA is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 223 202 -
CMYK 0.73 0 0.09 0.13
HSL 172.27º 0.72% 0.55% -
HSV(B) 172.27º 0.73% 0.87% -
XYZ 38.91 58 65.02 -
YUV 171.87 145 48.21 -
System Red Green Blue C M Y K H S L
Decimal 60 223 202 0.73 0 0.09 0.13 172.27 0.72 0.55
Hex 3C DF CA 49 0 9 D AC 48 37
Octal 74 337 312 111 0 11 15 254 110 67
Binary 111100 11011111 11001010 1001001 0 1001 1101 10101100 1001000 110111

Color Harmonies of #3CDFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDFCA

Black with #3CDFCA

Text Example


Text Example

White with #3CDFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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