Html Css Color HEX #3ACFCB Medium Turquoise

📋 copy color: '#3ACFCB'

red 58 ◦ green 207 ◦ blue 203

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

Shades of Medium Turquoise #3ACFCB

Tints of Medium Turquoise #3ACFCB

RGB

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

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

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

R = 12.39%
G = 44.23%
B = 43.38%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#3ACFCB (or 0x3ACFCB) is known color: Medium Turquoise. HEX triplet: 3A, CF and CB. RGB value is (58,207,203). Sum of RGB (Red+Green+Blue) = 58+207+203=468 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.39% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACFCB is #C53034. Grayscale: #A1A1A1. Windows color (decimal): -12922933 or 13356858. OLE color: 13356858.

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

Color convert

RGB 58 207 203 -
CMYK 0.72 0 0.02 0.19
HSL 178.39º 0.61% 0.52% -
HSV(B) 178.39º 0.72% 0.81% -
XYZ 34.84 49.84 64.28 -
YUV 161.99 151.14 53.83 -
System Red Green Blue C M Y K H S L
Decimal 58 207 203 0.72 0 0.02 0.19 178.39 0.61 0.52
Hex 3A CF CB 48 0 2 13 B2 3D 34
Octal 72 317 313 110 0 2 23 262 75 64
Binary 111010 11001111 11001011 1001000 0 10 10011 10110010 111101 110100

Color Harmonies of #3ACFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACFCB

Black with #3ACFCB

Text Example


Text Example

White with #3ACFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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