Html Css Color HEX #3CD2EA Medium Turquoise

📋 copy color: '#3CD2EA'

red 60 ◦ green 210 ◦ blue 234

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

Shades of Medium Turquoise #3CD2EA

Tints of Medium Turquoise #3CD2EA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.67%

 BLUE value IS 234 (91.8% from 255) = 46.43%

R = 11.9%
G = 41.67%
B = 46.43%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3CD2EA (or 0x3CD2EA) is known color: Medium Turquoise. HEX triplet: 3C, D2 and EA. RGB value is (60,210,234). Sum of RGB (Red+Green+Blue) = 60+210+234=504 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.90% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #3CD2EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CD2EA is #C32D15. Grayscale: #A7A7A7. Windows color (decimal): -12791062 or 15389244. OLE color: 15389244.

HSL color Cylindrical-coordinate representation of color #3CD2EA: hue angle of 188.28º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CD2EA is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 210 234 -
CMYK 0.74 0.10 0 0.08
HSL 188.28º 0.81% 0.58% -
HSV(B) 188.28º 0.74% 0.92% -
XYZ 39.76 52.99 85.98 -
YUV 167.89 165.31 51.05 -
System Red Green Blue C M Y K H S L
Decimal 60 210 234 0.74 0.10 0 0.08 188.28 0.81 0.58
Hex 3C D2 EA 4A A 0 8 BC 51 3A
Octal 74 322 352 112 12 0 10 274 121 72
Binary 111100 11010010 11101010 1001010 1010 0 1000 10111100 1010001 111010

Color Harmonies of #3CD2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD2EA

Black with #3CD2EA

Text Example


Text Example

White with #3CD2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,210,234); }

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

background-color css

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

 a { background-color: rgb(60,210,234); }

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

border-color css

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

 span { border-color: rgb(60,210,234); }

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