Html Css Color HEX #3CCFD8 Medium Turquoise

📋 copy color: '#3CCFD8'

red 60 ◦ green 207 ◦ blue 216

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

Shades of Medium Turquoise #3CCFD8

Tints of Medium Turquoise #3CCFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.72%

R = 12.42%
G = 42.86%
B = 44.72%

CMYK

 C value IS 0.72

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3CCFD8 (or 0x3CCFD8) is known color: Medium Turquoise. HEX triplet: 3C, CF and D8. RGB value is (60,207,216). Sum of RGB (Red+Green+Blue) = 60+207+216=483 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.42% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 216 (84.77% from 255 or 44.72% from 483); Max value from RGB is 216 - color contains mainly: blue. Hex color #3CCFD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCFD8 is #C33027. Grayscale: #A3A3A3. Windows color (decimal): -12791848 or 14208828. OLE color: 14208828.

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

Color convert

RGB 60 207 216 -
CMYK 0.72 0.04 0 0.15
HSL 183.46º 0.67% 0.54% -
HSV(B) 183.46º 0.72% 0.85% -
XYZ 36.57 50.54 72.79 -
YUV 164.07 157.3 53.77 -
System Red Green Blue C M Y K H S L
Decimal 60 207 216 0.72 0.04 0 0.15 183.46 0.67 0.54
Hex 3C CF D8 48 4 0 F B7 43 36
Octal 74 317 330 110 4 0 17 267 103 66
Binary 111100 11001111 11011000 1001000 100 0 1111 10110111 1000011 110110

Color Harmonies of #3CCFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCFD8

Black with #3CCFD8

Text Example


Text Example

White with #3CCFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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