Html Css Color HEX #3BCECF Medium Turquoise

📋 copy color: '#3BCECF'

red 59 ◦ green 206 ◦ blue 207

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

Shades of Medium Turquoise #3BCECF

Tints of Medium Turquoise #3BCECF

RGB

 RED value IS 59 (23.44% from 255) = 12.5%

 GREEN value IS 206 (80.86% from 255) = 43.64%

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

R = 12.5%
G = 43.64%
B = 43.86%

CMYK

 C value IS 0.71

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3BCECF (or 0x3BCECF) is known color: Medium Turquoise. HEX triplet: 3B, CE and CF. RGB value is (59,206,207). Sum of RGB (Red+Green+Blue) = 59+206+207=472 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.5% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #3BCECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCECF is #C43130. Grayscale: #A2A2A2. Windows color (decimal): -12857649 or 13618747. OLE color: 13618747.

HSL color Cylindrical-coordinate representation of color #3BCECF: hue angle of 180.41º degrees, saturation: 0.61, 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 #3BCECF is Cyan = 0.71, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 59 206 207 -
CMYK 0.71 0.00 0 0.19
HSL 180.41º 0.61% 0.52% -
HSV(B) 180.41º 0.71% 0.81% -
XYZ 35.14 49.58 66.75 -
YUV 162.16 153.3 54.42 -
System Red Green Blue C M Y K H S L
Decimal 59 206 207 0.71 0.00 0 0.19 180.41 0.61 0.52
Hex 3B CE CF 47 0 0 13 B4 3D 34
Octal 73 316 317 107 0 0 23 264 75 64
Binary 111011 11001110 11001111 1000111 0 0 10011 10110100 111101 110100

Color Harmonies of #3BCECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCECF

Black with #3BCECF

Text Example


Text Example

White with #3BCECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,206,207); }

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

background-color css

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

 a { background-color: rgb(59,206,207); }

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

border-color css

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

 span { border-color: rgb(59,206,207); }

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