Html Css Color HEX #3CD3EA Turquoise

📋 copy color: '#3CD3EA'

red 60 ◦ green 211 ◦ blue 234

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

Shades of Turquoise #3CD3EA

Tints of Turquoise #3CD3EA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.78%

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

R = 11.88%
G = 41.78%
B = 46.34%

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

#3CD3EA (or 0x3CD3EA) is known color: Turquoise. HEX triplet: 3C, D3 and EA. RGB value is (60,211,234). Sum of RGB (Red+Green+Blue) = 60+211+234=505 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.88% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #3CD3EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CD3EA is #C32C15. Grayscale: #A8A8A8. Windows color (decimal): -12790806 or 15389500. OLE color: 15389500.

HSL color Cylindrical-coordinate representation of color #3CD3EA: hue angle of 187.93º 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 #3CD3EA is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 211 234 -
CMYK 0.74 0.10 0 0.08
HSL 187.93º 0.81% 0.58% -
HSV(B) 187.93º 0.74% 0.92% -
XYZ 40.01 53.49 86.06 -
YUV 168.47 164.97 50.63 -
System Red Green Blue C M Y K H S L
Decimal 60 211 234 0.74 0.10 0 0.08 187.93 0.81 0.58
Hex 3C D3 EA 4A A 0 8 BC 51 3A
Octal 74 323 352 112 12 0 10 274 121 72
Binary 111100 11010011 11101010 1001010 1010 0 1000 10111100 1010001 111010

Color Harmonies of #3CD3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD3EA

Black with #3CD3EA

Text Example


Text Example

White with #3CD3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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