Html Css Color HEX #3BCFCB Medium Turquoise

📋 copy color: '#3BCFCB'

red 59 ◦ green 207 ◦ blue 203

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

Shades of Medium Turquoise #3BCFCB

Tints of Medium Turquoise #3BCFCB

RGB

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

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

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

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

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

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

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

Color convert

RGB 59 207 203 -
CMYK 0.71 0 0.02 0.19
HSL 178.38º 0.61% 0.52% -
HSV(B) 178.38º 0.71% 0.81% -
XYZ 34.9 49.87 64.29 -
YUV 162.29 150.97 54.33 -
System Red Green Blue C M Y K H S L
Decimal 59 207 203 0.71 0 0.02 0.19 178.38 0.61 0.52
Hex 3B CF CB 47 0 2 13 B2 3D 34
Octal 73 317 313 107 0 2 23 262 75 64
Binary 111011 11001111 11001011 1000111 0 10 10011 10110010 111101 110100

Color Harmonies of #3BCFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCFCB

Black with #3BCFCB

Text Example


Text Example

White with #3BCFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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