Html Css Color HEX #3CCFDA Medium Turquoise

📋 copy color: '#3CCFDA'

red 60 ◦ green 207 ◦ blue 218

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

Shades of Medium Turquoise #3CCFDA

Tints of Medium Turquoise #3CCFDA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.68%

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 12.37%
G = 42.68%
B = 44.95%

CMYK

 C value IS 0.72

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3CCFDA (or 0x3CCFDA) is known color: Medium Turquoise. HEX triplet: 3C, CF and DA. RGB value is (60,207,218). Sum of RGB (Red+Green+Blue) = 60+207+218=485 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.37% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #3CCFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCFDA is #C33025. Grayscale: #A4A4A4. Windows color (decimal): -12791846 or 14339900. OLE color: 14339900.

HSL color Cylindrical-coordinate representation of color #3CCFDA: hue angle of 184.18º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CCFDA is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 60 207 218 -
CMYK 0.72 0.05 0 0.15
HSL 184.18º 0.68% 0.55% -
HSV(B) 184.18º 0.72% 0.85% -
XYZ 36.83 50.65 74.16 -
YUV 164.3 158.3 53.61 -
System Red Green Blue C M Y K H S L
Decimal 60 207 218 0.72 0.05 0 0.15 184.18 0.68 0.55
Hex 3C CF DA 48 5 0 F B8 44 37
Octal 74 317 332 110 5 0 17 270 104 67
Binary 111100 11001111 11011010 1001000 101 0 1111 10111000 1000100 110111

Color Harmonies of #3CCFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCFDA

Black with #3CCFDA

Text Example


Text Example

White with #3CCFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,207,218); }

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

background-color css

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

 a { background-color: rgb(60,207,218); }

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

border-color css

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

 span { border-color: rgb(60,207,218); }

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