Html Css Color HEX #3BCBCF Medium Turquoise

📋 copy color: '#3BCBCF'

red 59 ◦ green 203 ◦ blue 207

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

Shades of Medium Turquoise #3BCBCF

Tints of Medium Turquoise #3BCBCF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.28%

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

R = 12.58%
G = 43.28%
B = 44.14%

CMYK

 C value IS 0.71

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3BCBCF (or 0x3BCBCF) is known color: Medium Turquoise. HEX triplet: 3B, CB and CF. RGB value is (59,203,207). Sum of RGB (Red+Green+Blue) = 59+203+207=469 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.58% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #3BCBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCBCF is #C43430. Grayscale: #A0A0A0. Windows color (decimal): -12858417 or 13617979. OLE color: 13617979.

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

Color convert

RGB 59 203 207 -
CMYK 0.71 0.02 0 0.19
HSL 181.62º 0.61% 0.52% -
HSV(B) 181.62º 0.71% 0.81% -
XYZ 34.42 48.15 66.51 -
YUV 160.4 154.29 55.67 -
System Red Green Blue C M Y K H S L
Decimal 59 203 207 0.71 0.02 0 0.19 181.62 0.61 0.52
Hex 3B CB CF 47 2 0 13 B6 3D 34
Octal 73 313 317 107 2 0 23 266 75 64
Binary 111011 11001011 11001111 1000111 10 0 10011 10110110 111101 110100

Color Harmonies of #3BCBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCBCF

Black with #3BCBCF

Text Example


Text Example

White with #3BCBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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