Html Css Color HEX #3ABFCB Medium Turquoise

📋 copy color: '#3ABFCB'

red 58 ◦ green 191 ◦ blue 203

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

Shades of Medium Turquoise #3ABFCB

Tints of Medium Turquoise #3ABFCB

RGB

 RED value IS 58 (23.05% from 255) = 12.83%

 GREEN value IS 191 (75% from 255) = 42.26%

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

R = 12.83%
G = 42.26%
B = 44.91%

CMYK

 C value IS 0.71

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3ABFCB (or 0x3ABFCB) is known color: Medium Turquoise. HEX triplet: 3A, BF and CB. RGB value is (58,191,203). Sum of RGB (Red+Green+Blue) = 58+191+203=452 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.83% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #3ABFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABFCB is #C54034. Grayscale: #989898. Windows color (decimal): -12927029 or 13352762. OLE color: 13352762.

HSL color Cylindrical-coordinate representation of color #3ABFCB: hue angle of 184.97º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ABFCB is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 191 203 -
CMYK 0.71 0.06 0 0.20
HSL 184.97º 0.58% 0.51% -
HSV(B) 184.97º 0.71% 0.8% -
XYZ 31.16 42.47 63.06 -
YUV 152.6 156.44 60.52 -
System Red Green Blue C M Y K H S L
Decimal 58 191 203 0.71 0.06 0 0.20 184.97 0.58 0.51
Hex 3A BF CB 47 6 0 14 B9 3A 33
Octal 72 277 313 107 6 0 24 271 72 63
Binary 111010 10111111 11001011 1000111 110 0 10100 10111001 111010 110011

Color Harmonies of #3ABFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABFCB

Black with #3ABFCB

Text Example


Text Example

White with #3ABFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,191,203); }

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

background-color css

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

 a { background-color: rgb(58,191,203); }

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

border-color css

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

 span { border-color: rgb(58,191,203); }

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