Html Css Color HEX #3CDCED Turquoise

📋 copy color: '#3CDCED'

red 60 ◦ green 220 ◦ blue 237

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

Shades of Turquoise #3CDCED

Tints of Turquoise #3CDCED

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.55%

 BLUE value IS 237 (92.97% from 255) = 45.84%

R = 11.61%
G = 42.55%
B = 45.84%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3CDCED (or 0x3CDCED) is known color: Turquoise. HEX triplet: 3C, DC and ED. RGB value is (60,220,237). Sum of RGB (Red+Green+Blue) = 60+220+237=517 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.61% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #3CDCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDCED is #C32312. Grayscale: #ADADAD. Windows color (decimal): -12788499 or 15588412. OLE color: 15588412.

HSL color Cylindrical-coordinate representation of color #3CDCED: hue angle of 185.76º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CDCED is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 220 237 -
CMYK 0.75 0.07 0 0.07
HSL 185.76º 0.83% 0.58% -
HSV(B) 185.76º 0.75% 0.93% -
XYZ 42.74 58.26 89.11 -
YUV 174.1 163.49 46.62 -
System Red Green Blue C M Y K H S L
Decimal 60 220 237 0.75 0.07 0 0.07 185.76 0.83 0.58
Hex 3C DC ED 4B 7 0 7 BA 53 3A
Octal 74 334 355 113 7 0 7 272 123 72
Binary 111100 11011100 11101101 1001011 111 0 111 10111010 1010011 111010

Color Harmonies of #3CDCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDCED

Black with #3CDCED

Text Example


Text Example

White with #3CDCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,220,237); }

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

background-color css

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

 a { background-color: rgb(60,220,237); }

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

border-color css

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

 span { border-color: rgb(60,220,237); }

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