Html Css Color HEX #3CC8CF Medium Turquoise

📋 copy color: '#3CC8CF'

red 60 ◦ green 200 ◦ blue 207

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

Shades of Medium Turquoise #3CC8CF

Tints of Medium Turquoise #3CC8CF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.83%

 BLUE value IS 207 (81.25% from 255) = 44.33%

R = 12.85%
G = 42.83%
B = 44.33%

CMYK

 C value IS 0.71

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3CC8CF (or 0x3CC8CF) is known color: Medium Turquoise. HEX triplet: 3C, C8 and CF. RGB value is (60,200,207). Sum of RGB (Red+Green+Blue) = 60+200+207=467 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.85% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #3CC8CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC8CF is #C33730. Grayscale: #9E9E9E. Windows color (decimal): -12793649 or 13617212. OLE color: 13617212.

HSL color Cylindrical-coordinate representation of color #3CC8CF: hue angle of 182.86º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CC8CF is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 200 207 -
CMYK 0.71 0.03 0 0.19
HSL 182.86º 0.6% 0.52% -
HSV(B) 182.86º 0.71% 0.81% -
XYZ 33.78 46.77 66.28 -
YUV 158.94 155.12 57.43 -
System Red Green Blue C M Y K H S L
Decimal 60 200 207 0.71 0.03 0 0.19 182.86 0.6 0.52
Hex 3C C8 CF 47 3 0 13 B7 3C 34
Octal 74 310 317 107 3 0 23 267 74 64
Binary 111100 11001000 11001111 1000111 11 0 10011 10110111 111100 110100

Color Harmonies of #3CC8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC8CF

Black with #3CC8CF

Text Example


Text Example

White with #3CC8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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