Html Css Color HEX #3CCEDD Medium Turquoise

📋 copy color: '#3CCEDD'

red 60 ◦ green 206 ◦ blue 221

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

Shades of Medium Turquoise #3CCEDD

Tints of Medium Turquoise #3CCEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.3%

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

R = 12.32%
G = 42.3%
B = 45.38%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3CCEDD (or 0x3CCEDD) is known color: Medium Turquoise. HEX triplet: 3C, CE and DD. RGB value is (60,206,221). Sum of RGB (Red+Green+Blue) = 60+206+221=487 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.32% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #3CCEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCEDD is #C33122. Grayscale: #A3A3A3. Windows color (decimal): -12792099 or 14536252. OLE color: 14536252.

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

Color convert

RGB 60 206 221 -
CMYK 0.73 0.07 0 0.13
HSL 185.59º 0.7% 0.55% -
HSV(B) 185.59º 0.73% 0.87% -
XYZ 36.99 50.32 76.17 -
YUV 164.06 160.13 53.78 -
System Red Green Blue C M Y K H S L
Decimal 60 206 221 0.73 0.07 0 0.13 185.59 0.7 0.55
Hex 3C CE DD 49 7 0 D BA 46 37
Octal 74 316 335 111 7 0 15 272 106 67
Binary 111100 11001110 11011101 1001001 111 0 1101 10111010 1000110 110111

Color Harmonies of #3CCEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCEDD

Black with #3CCEDD

Text Example


Text Example

White with #3CCEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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