Html Css Color HEX #3CCDDB Medium Turquoise

📋 copy color: '#3CCDDB'

red 60 ◦ green 205 ◦ blue 219

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

Shades of Medium Turquoise #3CCDDB

Tints of Medium Turquoise #3CCDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.36%

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 12.4%
G = 42.36%
B = 45.25%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3CCDDB (or 0x3CCDDB) is known color: Medium Turquoise. HEX triplet: 3C, CD and DB. RGB value is (60,205,219). Sum of RGB (Red+Green+Blue) = 60+205+219=484 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.40% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #3CCDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCDDB is #C33224. Grayscale: #A3A3A3. Windows color (decimal): -12792357 or 14404924. OLE color: 14404924.

HSL color Cylindrical-coordinate representation of color #3CCDDB: hue angle of 185.28º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CCDDB is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 205 219 -
CMYK 0.73 0.06 0 0.14
HSL 185.28º 0.69% 0.55% -
HSV(B) 185.28º 0.73% 0.86% -
XYZ 36.48 49.74 74.7 -
YUV 163.24 159.46 54.36 -
System Red Green Blue C M Y K H S L
Decimal 60 205 219 0.73 0.06 0 0.14 185.28 0.69 0.55
Hex 3C CD DB 49 6 0 E B9 45 37
Octal 74 315 333 111 6 0 16 271 105 67
Binary 111100 11001101 11011011 1001001 110 0 1110 10111001 1000101 110111

Color Harmonies of #3CCDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCDDB

Black with #3CCDDB

Text Example


Text Example

White with #3CCDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,205,219); }

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

background-color css

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

 a { background-color: rgb(60,205,219); }

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

border-color css

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

 span { border-color: rgb(60,205,219); }

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